mirror of https://github.com/vllm-project/vllm.git
[MISC] bump huggingface_hub pkg to 0.33.0 (#19547)
Signed-off-by: Andy Xie <andy.xning@gmail.com>
This commit is contained in:
parent
1173804dca
commit
c3fec47bb7
|
@ -8,7 +8,7 @@ tqdm
|
|||
blake3
|
||||
py-cpuinfo
|
||||
transformers >= 4.51.1
|
||||
huggingface-hub[hf_xet] >= 0.32.0 # Required for Xet downloads.
|
||||
huggingface-hub[hf_xet] >= 0.33.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.
|
||||
|
|
|
@ -36,7 +36,7 @@ lm-eval[api]==0.4.8 # required for model evaluation test
|
|||
mteb[bm25s]>=1.38.11, <2 # required for mteb test
|
||||
transformers==4.52.4
|
||||
tokenizers==0.21.1
|
||||
huggingface-hub[hf_xet]>=0.30.0 # Required for Xet downloads.
|
||||
huggingface-hub[hf_xet]>=0.33.0 # Required for Xet downloads.
|
||||
schemathesis>=3.39.15 # Required for openai schema test.
|
||||
# quantization
|
||||
bitsandbytes>=0.45.3
|
||||
|
|
|
@ -192,7 +192,7 @@ h11==0.14.0
|
|||
# via httpcore
|
||||
harfile==0.3.0
|
||||
# via schemathesis
|
||||
hf-xet==0.1.4
|
||||
hf-xet==1.1.3
|
||||
# via huggingface-hub
|
||||
hiredis==3.0.0
|
||||
# via tensorizer
|
||||
|
@ -202,7 +202,7 @@ httpx==0.27.2
|
|||
# via
|
||||
# -r requirements/test.in
|
||||
# schemathesis
|
||||
huggingface-hub==0.30.1
|
||||
huggingface-hub==0.33.0
|
||||
# via
|
||||
# -r requirements/test.in
|
||||
# accelerate
|
||||
|
|
Loading…
Reference in New Issue