mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-23 12:44:27 +08:00
[Bugfix]: handle hf-xet CAS error when loading Qwen3 weights in vLLM (#18701)
This commit is contained in:
parent
0665e29998
commit
243eb9199f
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user