[MISC] bump huggingface_hub pkg to 0.33.0 (#19547)

Signed-off-by: Andy Xie <andy.xning@gmail.com>
This commit is contained in:
Ning Xie 2025-06-16 20:22:28 +08:00 committed by GitHub
parent 1173804dca
commit c3fec47bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ tqdm
blake3 blake3
py-cpuinfo py-cpuinfo
transformers >= 4.51.1 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. tokenizers >= 0.21.1 # Required for fast incremental detokenization.
protobuf # Required by LlamaTokenizer. protobuf # Required by LlamaTokenizer.
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint. fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.

View File

@ -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 mteb[bm25s]>=1.38.11, <2 # required for mteb test
transformers==4.52.4 transformers==4.52.4
tokenizers==0.21.1 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. schemathesis>=3.39.15 # Required for openai schema test.
# quantization # quantization
bitsandbytes>=0.45.3 bitsandbytes>=0.45.3

View File

@ -192,7 +192,7 @@ h11==0.14.0
# via httpcore # via httpcore
harfile==0.3.0 harfile==0.3.0
# via schemathesis # via schemathesis
hf-xet==0.1.4 hf-xet==1.1.3
# via huggingface-hub # via huggingface-hub
hiredis==3.0.0 hiredis==3.0.0
# via tensorizer # via tensorizer
@ -202,7 +202,7 @@ httpx==0.27.2
# via # via
# -r requirements/test.in # -r requirements/test.in
# schemathesis # schemathesis
huggingface-hub==0.30.1 huggingface-hub==0.33.0
# via # via
# -r requirements/test.in # -r requirements/test.in
# accelerate # accelerate