-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
Add gguf support for StableLM #33793
Add gguf support for StableLM #33793
Conversation
Hi @SunMarc! This PR is ready for review, please, take a look. |
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.
Thanks for adding @VladOS95-cyber as always ! Left a few comments
c7b1540
to
9c5e33e
Compare
Hey! 🤗 Thanks for your contribution to the Before merging this pull request, slow tests CI should be triggered. To enable this:
(For maintainers) The documentation for slow tests CI on PRs is here. |
Hey @SunMarc! I resolved all comments, you could take a look again |
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.
Thanks for iterating ! Could you also add a test to check the weights of each layer for the fp16 model, to see if we get the same model ? We recently merged the gguf falcon model and he added a nice test for that. Also there are a few merge conflits, thanks !
9c5e33e
to
1d13301
Compare
Hey @SunMarc! Sure, it is 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.
LGTM ! Left a question to better understand
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Hi @LysandreJik! Just a kind reminder to take a look on this PR! |
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.
Thanks @VladOS95-cyber, this seems to have passed through the net. Looks great to me!
* add stablelm gguf architecture support * add additional quantization tests * resolve merge conflict, add weight conversion tests for fp16
* add stablelm gguf architecture support * add additional quantization tests * resolve merge conflict, add weight conversion tests for fp16
* add stablelm gguf architecture support * add additional quantization tests * resolve merge conflict, add weight conversion tests for fp16
What does this PR do?
Add GGUF support for StableLM
Before submitting
Pull Request section?
to it if that's the case. Link: Community contribution: Adding GGUF support for more architectures #33260
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Regarding the task @SunMarc @LysandreJik @ArthurZucker .