Set the quant_method to auto-round by default - #2138
Open
Zhenzhong1 wants to merge 3 commits into
Open
Conversation
Signed-off-by: Zhenzhong1 <zhenzhong.xu@intel.com>
Signed-off-by: Zhenzhong1 <zhenzhong.xu@intel.com>
Zhenzhong1
requested review from
XuehaoSun,
wenhuach21 and
yiliu30
and
a balanced review from Copilot
August 10, 2026 03:33
Contributor
There was a problem hiding this comment.
Pull request overview
Sets FP8 exports to use auto-round as the default quantization method while preserving backend metadata.
Changes:
- Passes FP8 format through
backend. - Updates expected quantization metadata in CUDA tests.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
auto_round/export/formats/backends/fp8.py |
Preserves FP8 backend while defaulting the quantization method. |
test/unit/test_cuda/export/test_auto_round_format.py |
Updates FP8 metadata expectations. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Collaborator
|
/azp run Unit-Test-CUDA-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Copilot stopped work on behalf of
Zhenzhong1 due to an error
August 10, 2026 08:38
Zhenzhong1
force-pushed
the
zhenzhong/fix_arfp8_format
branch
from
August 10, 2026 08:58
f805df5 to
a82897d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set the quant_method to auto-round by default.