-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[LLM Inference] support qwen2 a8w8c8 inference #8925
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8925 +/- ##
===========================================
- Coverage 54.96% 54.79% -0.17%
===========================================
Files 646 643 -3
Lines 103133 101253 -1880
===========================================
- Hits 56687 55482 -1205
+ Misses 46446 45771 -675 ☔ View full report in Codecov by Sentry. |
…nto qwen2-a8w8c8
print(f"weight_scale_json_path = {weight_scale_json_path}") | ||
# print(f'weight_scale_map_dict = {weight_scale_map_dict}') |
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.
调试信息删掉
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.
done
…nto qwen2-a8w8c8
…nto qwen2-a8w8c8
建议后面增加相应的单测,保证功能。 @ckl117 @yuanlehome |
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.
LGTM
* qwen2-1.5b a8w8c8
PR types
New features
PR changes
Others
Description
support qwen2 a8w8c8 inference