-
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
【Qwen2-VL Inference】add qwen2-vl high performance inference #9575
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9575 +/- ##
===========================================
- Coverage 52.81% 52.80% -0.01%
===========================================
Files 710 710
Lines 111234 111247 +13
===========================================
- Hits 58744 58743 -1
- Misses 52490 52504 +14 ☔ View full report in Codecov by Sentry. |
@@ -231,6 +231,8 @@ def __init__(self, mapping): | |||
self._modules = {} | |||
|
|||
def __getitem__(self, key): | |||
if key == "qwen2_vl": |
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.
这里也加上说明,告诉别人为什么这样改
PR types
Performance optimization
PR changes
Models
Description
add qwen2-vl high performance inference