Unverified Commit 55acf86b authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Fix `huggingface-cli[hf-xet]` -> `huggingface-cli[hf_xet]` (#15969)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent f021b979
...@@ -7,7 +7,7 @@ tqdm ...@@ -7,7 +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. 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,7 +31,7 @@ opencv-python-headless >= 4.11.0 # required for video test ...@@ -31,7 +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. 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
......
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