Skip to content

Commit 3ebc5da

Browse files
author
Francisco
committed
fix: refactor multimodal handling in vLLMRawStream, improve content merging logic, and enhance conversation truncation
1 parent 2728e30 commit 3ebc5da

6 files changed

Lines changed: 427 additions & 164 deletions

File tree

scripts/hugging_face.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# From inside WSL or your container
2+
from huggingface_hub import snapshot_download
3+
4+
snapshot_download(repo_id='Qwen/Qwen2.5-VL-3B-Instruct')

0 commit comments

Comments
 (0)