-
Notifications
You must be signed in to change notification settings - Fork 30.9k
[v5] remove load_in_4bit and load_in_8bit #41287
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
Conversation
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. |
Could you run a few integration tests to make sure 🙏 Thank you. |
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.
Finallyyyy 🔥 ! Great clean up
[For maintainers] Suggested jobs to run (before merge) run-slow: aya_vision, chameleon, colqwen2, diffllama, emu3, ernie4_5_moe, esm, falcon, gemma |
run-slow: bnb |
run-slow: gemma |
This comment contains run-slow, running the specified jobs: models: ['models/gemma'] |
hahha have it in #41445 as well for from_pretrained |
* [v5] remove load_in_4bit and load_in_8bit * fix * reveert * fix --------- Co-authored-by: Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com>
What does this PR do?
This PR removes
load_in_4bit
andload_in_8bit
deprecated arguments for v5. This is something that I didn't want to do in a minor release as this might be breaking for a lot of users.