-
Notifications
You must be signed in to change notification settings - Fork 3k
[Infer] Change groupwise weight quant from cpu to gpu for deepseek_v2 model #10174
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 ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #10174 +/- ##
===========================================
- Coverage 48.66% 46.97% -1.70%
===========================================
Files 768 799 +31
Lines 127103 132266 +5163
===========================================
+ Hits 61860 62137 +277
- Misses 65243 70129 +4886 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Before submitting
tests
folder. If there are codecov issues, please add tests cases first.PR types
Others
PR changes
Others
Description
移除deepseek-v2使用group-wise weight quant时使用的CPU kernel,修改为使用GPU Kernel并添加单测。