Unverified Commit 243eb919 authored by dylan's avatar dylan Committed by GitHub
Browse files

[Bugfix]: handle hf-xet CAS error when loading Qwen3 weights in vLLM (#18701)

parent 0665e299
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment