-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codegeex4 ERROR: ChatGLM4Tokenizer._pad() got an unexpected keyword argument 'padding_side'"} #2757
Comments
@codingl2k1 Can you help with this? |
The model tokenizer requires an update, related issue: https://huggingface.co/THUDM/codegeex4-all-9b/discussions/20 Just like this fix on LongWriter-glm4-9b: https://huggingface.co/THUDM/LongWriter-glm4-9b/commit/778b5712634889f5123d6c463ca383bc6dd5c621 |
This issue is stale because it has been open for 7 days with no activity. |
This issue was closed because it has been inactive for 5 days since being marked as stale. |
Hi any update on this? It has been closed by bot |
As the model has not been fixed, please try downgrading the transformers to |
This issue is stale because it has been open for 7 days with no activity. |
System Info / 系統信息
managed server, account without sudo privilege
singularity available:
OS version
Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
Version info / 版本信息
v1.1.0
The command used to start Xinference / 用以启动 xinference 的命令
singularity exec --fakeroot
--env XINFERENCE_MODEL_SRC=huggingface
--bind xinference/.xinference:/root/.xinference
--nv
--bind /tmp/.X11-unix:/tmp/.X11-unix
xinference/xinference_v1.1.0.sif
xinference-local -H 0.0.0.0 --log-level debug
Reproduction / 复现过程
access via localhost:port/v1/chat/completions:
then got this error message
Expected behavior / 期待表现
should work normally. llama.cpp version is good to the exact same query
You can read THUDM/GLM-4#578 for discussion at ChatGLM4 repo
The text was updated successfully, but these errors were encountered: