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
db6f28d8
Unverified
Commit
db6f28d8
authored
Oct 22, 2025
by
Isotr0py
Committed by
GitHub
Oct 22, 2025
Browse files
[Bugfix] Fix HF format InternVL large variants video processing (#27330)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
14e2f123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
vllm/model_executor/models/interns1.py
vllm/model_executor/models/interns1.py
+4
-1
No files found.
vllm/model_executor/models/interns1.py
View file @
db6f28d8
...
...
@@ -182,7 +182,10 @@ class InternS1ProcessingInfo(BaseProcessingInfo):
def
get_hf_processor
(
self
,
**
kwargs
:
object
)
->
InternVLProcessor
:
hf_processor
=
self
.
ctx
.
get_hf_processor
(
InternVLProcessor
,
**
kwargs
)
hf_processor
.
video_processor
=
cached_video_processor_from_config
(
self
.
ctx
.
model_config
,
processor_cls
=
InternVLVideoProcessor
,
**
kwargs
self
.
ctx
.
model_config
,
processor_cls
=
InternVLVideoProcessor
,
size
=
hf_processor
.
image_processor
.
size
,
**
kwargs
,
)
return
hf_processor
...
...
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