Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
7d6da483
Unverified
Commit
7d6da483
authored
Nov 21, 2025
by
Canlin Guo
Committed by
GitHub
Nov 20, 2025
Browse files
[Minor][Clean] Remove the legacy assertion in video (#29150)
Signed-off-by:
gcanlin
<
canlinguosdu@gmail.com
>
parent
e4c3182c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/multimodal/video.py
vllm/multimodal/video.py
+0
-5
No files found.
vllm/multimodal/video.py
View file @
7d6da483
...
@@ -113,11 +113,6 @@ class VideoLoader:
...
@@ -113,11 +113,6 @@ class VideoLoader:
valid_num_frames
,
valid_num_frames
,
)
)
assert
i
==
valid_num_frames
,
(
f
"Expected reading
{
valid_num_frames
}
frames, "
f
"but only loaded
{
i
}
frames from video."
)
return
frames
[:
valid_num_frames
],
valid_num_frames
,
valid_frame_indices
return
frames
[:
valid_num_frames
],
valid_num_frames
,
valid_frame_indices
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment