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

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor 2025-04-02 10:03:36 +01:00 committed by GitHub
parent 14e53ed11f
commit 51826d51fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,7 @@ tqdm
blake3
py-cpuinfo
transformers >= 4.50.3
huggingface-hub[hf-xet] >= 0.30.0 # Required for Xet downloads.
tokenizers >= 0.19.1 # Required for Llama 3.
protobuf # Required by LlamaTokenizer.
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.

View File

@ -31,6 +31,7 @@ opencv-python-headless >= 4.11.0 # required for video test
datamodel_code_generator # required for minicpm3 test
lm-eval[api]==0.4.8 # required for model evaluation test
transformers==4.50.3
huggingface-hub[hf-xet]>=0.30.0 # Required for Xet downloads.
# quantization
bitsandbytes>=0.45.3
buildkite-test-collector==0.1.9

View File

@ -152,14 +152,17 @@ genson==1.3.0
# via datamodel-code-generator
h11==0.14.0
# via httpcore
hf-xet==0.1.4
# via huggingface-hub
hiredis==3.0.0
# via tensorizer
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via -r requirements/test.in
huggingface-hub==0.26.2
huggingface-hub==0.30.1
# via
# -r requirements/test.in
# accelerate
# datasets
# evaluate