-
Notifications
You must be signed in to change notification settings - Fork 637
[V1 loader] Qwen25 VL support v1 loader and torch style safetensors load #4388
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
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
# model_format = self.fd_config.model_config.model_format | ||
# Because the prefix for Paddle is qwen2, and for Hugging Face it is model. | ||
# if model_format == "torch": | ||
# loaded_weight_name = loaded_weight_name.replace("model", "qwen2") |
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.
这块是不是可以删掉
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.
done
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.
加个test_common_model.py的单测
fix issue #4342