From 243eb9199fa5962e8edf46e47170f68b3f6a0116 Mon Sep 17 00:00:00 2001 From: dylan Date: Mon, 26 May 2025 22:10:56 +0800 Subject: [PATCH] [Bugfix]: handle hf-xet CAS error when loading Qwen3 weights in vLLM (#18701) --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index f31824b55026d..dd0175dbbef20 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -8,7 +8,7 @@ tqdm blake3 py-cpuinfo transformers >= 4.51.1 -huggingface-hub[hf_xet] >= 0.30.0 # Required for Xet downloads. +huggingface-hub[hf_xet] >= 0.32.0 # Required for Xet downloads. tokenizers >= 0.21.1 # Required for fast incremental detokenization. protobuf # Required by LlamaTokenizer. fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.