-
Notifications
You must be signed in to change notification settings - Fork 290
update qat doc. #2366
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
update qat doc. #2366
Conversation
Signed-off-by: lkk <[email protected]>
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.
Pull request overview
This PR updates the QAT (Quantization-Aware Training) documentation and examples by removing an outdated quantization script and updating the README with corrected instructions.
Key Changes:
- Removed the standalone
quantize_autoround.pyscript - Updated README documentation to reference the centralized auto_round example instead
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| quantize_autoround.py | Removed outdated standalone quantization script |
| README.md | Updated Step 2 instructions with corrected command and reference to centralized auto_round example |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/README.md
Outdated
Show resolved
Hide resolved
examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: lkk <[email protected]>
…tization/llm_qat/README.md Co-authored-by: Copilot <[email protected]>
for more information, see https://pre-commit.ci
examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/README.md
Outdated
Show resolved
Hide resolved
chensuyue
left a comment
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.
Please address the comments.
CI link scan failed not an issue.
Description
update qat example/api doc.