Unverified Commit 16bff144 authored by Kevinzz's avatar Kevinzz Committed by GitHub
Browse files

[Misc] fix typo in the multimodal doc (#23051)

parent fe0411fc
...@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment