Skip to content

Commit 270d5de

Browse files
YanWuHaoamitm02
authored andcommitted
[Bugfix]: handle hf-xet CAS error when loading Qwen3 weights in vLLM (vllm-project#18701)
Signed-off-by: amit <[email protected]>
1 parent 4e11ed8 commit 270d5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tqdm
88
blake3
99
py-cpuinfo
1010
transformers >= 4.51.1
11-
huggingface-hub[hf_xet] >= 0.30.0 # Required for Xet downloads.
11+
huggingface-hub[hf_xet] >= 0.32.0 # Required for Xet downloads.
1212
tokenizers >= 0.21.1 # Required for fast incremental detokenization.
1313
protobuf # Required by LlamaTokenizer.
1414
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.

0 commit comments

Comments
 (0)