-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Model] Support Qwen3-VL Model Series #24727
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
Changes from 10 commits
f352b0d
667e973
8fe70a7
5f6afa1
9c5808f
c7fe668
aa2330f
e1f8397
9c7939c
5d4f6dd
0d88363
574884c
6ec3968
0f80a19
ba54870
f7c37a9
a6c5d7e
cbf6dee
bec9e7e
5f3cf0e
5027f31
d0133e2
07e4f52
78afc5b
44f89b2
c7ea6f7
10bd983
a4c0d34
e11895e
438f146
52e2b2b
887a833
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ | |
logger = init_logger(__name__) | ||
|
||
# For profile run | ||
_MAX_FRAMES_PER_VIDEO = 16 | ||
_MAX_FRAMES_PER_VIDEO = 600 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we should allow overriding this for each model architecture There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good point - let me confirm with @wulipc on this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Qwen-VL models impose no limit on the maximum number of video frames—only max_se_length constrains it. We’ve set a sufficiently large value, and you can also remove the max_frames_per_video restriction entirely. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bump regarding this |
||
|
||
# === Vision Inputs === # | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.