-
Notifications
You must be signed in to change notification settings - Fork 3k
【PaddleNLP No.4】 Add quant tutorial #10640
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
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project check has failed because the head coverage (46.91%) is below the target coverage (58.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #10640 +/- ##
===========================================
- Coverage 46.91% 46.91% -0.01%
===========================================
Files 799 799
Lines 132454 132460 +6
===========================================
+ Hits 62138 62140 +2
- Misses 70316 70320 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/zh/index.rst?plain=1#L126-L131 这些文档,可否在这里加一些 index 页面。使得 官网可以展示这些 教程。https://paddlenlp.readthedocs.io/zh/latest/tutorials/overview.html 可以通过 CI 显示文档预览。 |
已经加入index,为了防止pr之间出现冲突,统一在本PR中加入,涉及到的其他几个pr是: |
PR types
Others
PR changes
Docs
Description
大模型量化新手文档。
Add:
docs/zh/llm/docs/quantization_tutorial.md
llm/docs/quantization_tutorial.md
同步解决了一个bug:#10639
Issue: #9763
@DrownFish19