Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sixsixcoder created a comment on an issue on THUDM/GLM-4
可以举个例子吗?另外`temperature`和`TOP P`参数是一致的吗,第三方AI平台比如扣子可能会加入一些`RAG`的方案提升原始模型的生成效果。
sixsixcoder closed an issue on THUDM/GLM-4
拥有glm4v的vLLM-api_server
### Feature Request / 功能建议 1. 能否像 `glm_server.py` 一样,为 GLM4V 提供api_sever?目前在 `vllm_client_vision_demo.py` 中,看到是通过以下形式将数据传递给 `engine.generate()`: ```python messages = [ {"role"...sixsixcoder created a comment on an issue on THUDM/GLM-4
[vllm_client_vision_demo.py](https://github.com/THUDM/GLM-4/blob/main/basic_demo/vllm_cli_vision_demo.py)这个文件必须带图像输入,这个demo可以进行多轮对话,现已支持vllm 0.6.3。
sixsixcoder pushed 8 commits to main sixsixcoder/GLM-4
- Merge pull request #634 from sixsixcoder/main Support for GLM-4-9B-Chat-hf and GLM-4v-9B models on vLLM >= 0.6.3 and... bca86f8
- comment with trust_remote_code=True d71b8c2
- model download page 0b37cf2
- adapt transformers==4.46 af1d4f2
- adapt transformers>=4.46 a0c5687
- Merge pull request #639 from zhipuch/main adapt transformers==4.46 1e0fa42
- process eval issue a7dbfa5
- Merge pull request #649 from zhipuch/main process eval issue 4446f60