Skip to content

Commit 16bff14

Browse files
authored
[Misc] fix typo in the multimodal doc (#23051)
1 parent fe0411f commit 16bff14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/multimodal_inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Instead of NumPy arrays, you can also pass `'torch.Tensor'` instances, as shown
216216
from vllm import LLM, SamplingParams
217217
from qwen_vl_utils import process_vision_info
218218

219-
model_path = "Qwen/Qwen2.5-VL-3B-Instruct/"
219+
model_path = "Qwen/Qwen2.5-VL-3B-Instruct"
220220
video_path = "https://content.pexels.com/videos/free-videos.mp4"
221221

222222
llm = LLM(

0 commit comments

Comments
 (0)