Unverified Commit 51826d51 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Add minimum version for `huggingface_hub` to enable Xet downloads (#15873)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 14e53ed1
...@@ -7,6 +7,7 @@ tqdm ...@@ -7,6 +7,7 @@ tqdm
blake3 blake3
py-cpuinfo py-cpuinfo
transformers >= 4.50.3 transformers >= 4.50.3
huggingface-hub[hf-xet] >= 0.30.0 # Required for Xet downloads.
tokenizers >= 0.19.1 # Required for Llama 3. tokenizers >= 0.19.1 # Required for Llama 3.
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.
......
...@@ -31,6 +31,7 @@ opencv-python-headless >= 4.11.0 # required for video test ...@@ -31,6 +31,7 @@ opencv-python-headless >= 4.11.0 # required for video test
datamodel_code_generator # required for minicpm3 test datamodel_code_generator # required for minicpm3 test
lm-eval[api]==0.4.8 # required for model evaluation test lm-eval[api]==0.4.8 # required for model evaluation test
transformers==4.50.3 transformers==4.50.3
huggingface-hub[hf-xet]>=0.30.0 # Required for Xet downloads.
# quantization # quantization
bitsandbytes>=0.45.3 bitsandbytes>=0.45.3
buildkite-test-collector==0.1.9 buildkite-test-collector==0.1.9
......
...@@ -152,14 +152,17 @@ genson==1.3.0 ...@@ -152,14 +152,17 @@ genson==1.3.0
# via datamodel-code-generator # via datamodel-code-generator
h11==0.14.0 h11==0.14.0
# via httpcore # via httpcore
hf-xet==0.1.4
# via huggingface-hub
hiredis==3.0.0 hiredis==3.0.0
# via tensorizer # via tensorizer
httpcore==1.0.6 httpcore==1.0.6
# via httpx # via httpx
httpx==0.27.2 httpx==0.27.2
# via -r requirements/test.in # via -r requirements/test.in
huggingface-hub==0.26.2 huggingface-hub==0.30.1
# via # via
# -r requirements/test.in
# accelerate # accelerate
# datasets # datasets
# evaluate # evaluate
......
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