-
Notifications
You must be signed in to change notification settings - Fork 481
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 support for Mixtral models. #480
Conversation
Thank you, can you add a test for it? Not necessarily for the quantization, but just for running the model. For example in |
Added test using TheBlokeAI/Mixtral-tiny-GPTQ |
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 a lot! Can you solve conflicts as well, sorry!
I'll give a try to the test and it's good to go. I'll do a release by Friday.
Can you add StableLMEpoch first? |
Done thanks! |
# Conflicts: # auto_gptq/modeling/__init__.py # auto_gptq/modeling/auto.py
Sorry, my merges broke. But I got it now. |
Adds support for mistralai/Mixtral-8x7B-v0.1
Quantization/inference tested also with hf-internal-testing/Mixtral-tiny
Requires #479 for working inference.
transformers>=4.36.0
+ for transformers inference requires huggingface/transformers#27956Fixes #476