Skip to content

Commit 243eb91

Browse files
authored
[Bugfix]: handle hf-xet CAS error when loading Qwen3 weights in vLLM (#18701)
1 parent 0665e29 commit 243eb91

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)