Bump torchao >=0.15 and fix quantization CI#44604
Conversation
|
run-slow: metal, mxfp4, fp_quant_integration, autoround |
|
This comment contains models: [] |
|
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. |
CI ResultsCommit Info
Quantization CI Report❌ 3 new failed tests from this PR 😭
|
|
run-slow: bnb, fp_quant_integration, metal, mxfp4 |
|
This comment contains models: [] |
|
run-slow: bnb, fp_quant_integration, quark_integration |
|
This comment contains models: [] |
|
run-slow: bnb |
|
This comment contains models: [] |
|
run-slow: torchao |
|
run-slow: torchao_integration |
|
This comment contains models: [] |
CI ResultsCommit Info
Quantization CI Report❌ 1 new failed tests from this PR 😭
|
CI ResultsCommit Info
Quantization CI Report❌ 1 new failed tests from this PR 😭
|
|
run-slow: bnb, fp_quant_integration, metal, mxfp4, quark_integration, torchao_integration |
|
This comment contains models: [] |
Torchao made some API changes, which have to be reflected in the tests. Moreover, for this to pass, we also need transformers to make the corresponding adjustments: huggingface/transformers#44604 While working on this, I migrated the tests from unittest to pytest style.
CI ResultsCommit Info
Quantization CI Report❌ 1 new failed tests from this PR 😭
|
|
View the CircleCI Test Summary for this PR: https://huggingface.co/spaces/transformers-community/circle-ci-viz?pr=44604&sha=d63de4 |
|
run-slow: bnb, fp_quant_integration, metal, mxfp4, quark_integration, torchao_integration, fouroversix |
|
This comment contains models: [] |
|
Omg everything is green |
|
[For maintainers] Suggested jobs to run (before merge) run-slow: bnb, fp_quant_integration, metal, mxfp4, quark_integration, torchao_integration |
|
[For maintainers] Suggested jobs to run (before merge) run-slow: bnb, fp_quant_integration, metal, mxfp4, quark_integration, torchao_integration |
What does this PR do?
This PR fix the quantization CI :
One major point in this PR is that I bump the min version of torchao to 0.15.0, thus we can clean a bunch of things.