-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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 falcon gguf #33437
Add falcon gguf #33437
Conversation
249b730
to
aeca29c
Compare
Hey @SunMarc 🙋♂️ Also the CI fails but it seems like it is not related to any of the work I have done (mostly due to |
4bf20eb
to
d28372e
Compare
d28372e
to
1fbccf6
Compare
Hey @SunMarc 😁 |
You don't need to add the 40B test. The model will be too big for our ci Can you add a test to check that the fp16 gguf model have the same weights + expected output as the fp16 transforrmers model ? You can check that the bloom gguf tests as reference |
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 the addition ! Just a few nits
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. |
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.
Awesome, thank you!
* feat(gguf): add falcon q2 k * fix(gguf): remove useless renaming * feat(gguf): seperate falcon 7b and 40b * feat(gguf): apply fixup * fix(test): error rebase * feat(gguf): add fp16 weight comparison for falcon * feat(gguf): test weight of all layers * test(gguf): add falcon 40b under skip decorator * feat(gguf): quick example for extracting model size
What does this PR do?
This PR adds GGUF for Falcon model
Contributes to #33260
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.