-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Update GLM-4.5 Doc transformers version #25830
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
Conversation
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates the documentation and configuration to add support for GLM-4.6 models and bumps the minimum transformers version for GLM-4.5. The changes are generally good and consistent. I have one suggestion to improve the clarity of the supported models documentation.
| | `GlmForCausalLM` | GLM-4 | `zai-org/glm-4-9b-chat-hf`, etc. | ✅︎ | ✅︎ | ✅︎ | | ||
| | `Glm4ForCausalLM` | GLM-4-0414 | `zai-org/GLM-4-32B-0414`, etc. | ✅︎ | ✅︎ | ✅︎ | | ||
| | `Glm4MoeForCausalLM` | GLM-4.5 | `zai-org/GLM-4.5`, etc. | ✅︎ | ✅︎ | ✅︎ | | ||
| | `Glm4MoeForCausalLM` | GLM-4.5, GLM-4.6 | `zai-org/GLM-4.5`, etc. | ✅︎ | ✅︎ | ✅︎ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While the 'Models' column has been updated to include GLM-4.6, the 'Example HF Models' column still only lists zai-org/GLM-4.5. To improve clarity and consistency for users, please consider adding a GLM-4.6 model to the examples as well.
| | `Glm4MoeForCausalLM` | GLM-4.5, GLM-4.6 | `zai-org/GLM-4.5`, etc. | ✅︎ | ✅︎ | ✅︎ | | |
| | `Glm4MoeForCausalLM` | GLM-4.5, GLM-4.6 | `zai-org/GLM-4.5`, `zai-org/GLM-4.6`, etc. | ✅︎ | ✅︎ | ✅︎ | |
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com> Signed-off-by: baonudesifeizhai <baonudesifeizhai@gmail.com>
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com>
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com>
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com>
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Signed-off-by: zRzRzRzRzRzRzR <2448370773@qq.com>
Update for GLM-4.5 Doc transformers version