-
Notifications
You must be signed in to change notification settings - Fork 1k
[model] Support GLM4.6-V #6948
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
[model] Support GLM4.6-V #6948
Conversation
Summary of Changes |
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
|
/gemini review |
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 introduces support for the GLM-4.6V model. The changes include updating model registration, adding compatibility fixes for transformers>=5.0.0.dev, providing an example fine-tuning script, and updating documentation. The implementation is generally sound. I have one suggestion to correct a potential copy-paste error in the example script's output path to avoid confusion.
No description provided.