Unverified Commit c3fec47b authored by Ning Xie's avatar Ning Xie Committed by GitHub
Browse files

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


Signed-off-by: default avatarAndy Xie <andy.xning@gmail.com>
parent 1173804d
...@@ -8,7 +8,7 @@ tqdm ...@@ -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.
......
...@@ -36,7 +36,7 @@ lm-eval[api]==0.4.8 # required for model evaluation test ...@@ -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
......
...@@ -192,7 +192,7 @@ h11==0.14.0 ...@@ -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 ...@@ -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
......
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