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
16bff144
Unverified
Commit
16bff144
authored
Aug 17, 2025
by
Kevinzz
Committed by
GitHub
Aug 17, 2025
Browse files
[Misc] fix typo in the multimodal doc (#23051)
parent
fe0411fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/features/multimodal_inputs.md
docs/features/multimodal_inputs.md
+1
-1
No files found.
docs/features/multimodal_inputs.md
View file @
16bff144
...
@@ -216,7 +216,7 @@ Instead of NumPy arrays, you can also pass `'torch.Tensor'` instances, as shown
...
@@ -216,7 +216,7 @@ Instead of NumPy arrays, you can also pass `'torch.Tensor'` instances, as shown
from vllm import LLM, SamplingParams
from vllm import LLM, SamplingParams
from qwen_vl_utils import process_vision_info
from qwen_vl_utils import process_vision_info
model_path = "Qwen/Qwen2.5-VL-3B-Instruct
/
"
model_path = "Qwen/Qwen2.5-VL-3B-Instruct"
video_path = "https://content.pexels.com/videos/free-videos.mp4"
video_path = "https://content.pexels.com/videos/free-videos.mp4"
llm = LLM(
llm = LLM(
...
...
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