2024年2月23日,Huggingface 模型配置文件和权重更新 #699
Closed
zRzRzRzRzRzRzR
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
我就说怎么拉取模型老不成功,原来大了一倍 |
Beta Was this translation helpful? Give feedback.
3 replies
-
2024年2月5日,chatglm3-6b 的 Huggingface 模型配置文件已经更新,适配了transformer 4.37.2 版本 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@zRzRzRzRzRzRzR ModelScope 的模型一起更新了吗?我用vllm 的 docker 跑,会提示 我的命令是 sudo docker run -d --gpus all \
-v ~/.cache/huggingface:/root/.cache/huggingface \
-v ~/.cache/modelscope:/root/.cache/modelscope \
--env "VLLM_USE_MODELSCOPE=True" \
-p 8000:8000 \
--ipc=host \
vllm/vllm-openai-modelscope:latest \
--model="ZhipuAI/chatglm3-6b" \
--served-model-name="chatglm3-6b" \
--gpu-memory-utilization=0.85 \
--tensor-parallel-size=2 \
--trust-remote-code 然后我看了一下 huggingface 的文档 https://huggingface.co/docs/transformers/main/chat_templating#what-template-should-i-use 写了它里面提供的一段对话模板
但是我不确定是不是对的 PS: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
2024年2月23日,chatglm3-6b 中 special token 导致的chat_template 问题修复
请大家前往Huggingface进行更新。
访问地址:https://huggingface.co/THUDM/chatglm3-6b
Beta Was this translation helpful? Give feedback.
All reactions