Skip to content

Commit 55acf86

Browse files
authored
Fix huggingface-cli[hf-xet] -> huggingface-cli[hf_xet] (#15969)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent f021b97 commit 55acf86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tqdm
77
blake3
88
py-cpuinfo
99
transformers >= 4.50.3
10-
huggingface-hub[hf-xet] >= 0.30.0 # Required for Xet downloads.
10+
huggingface-hub[hf_xet] >= 0.30.0 # Required for Xet downloads.
1111
tokenizers >= 0.19.1 # Required for Llama 3.
1212
protobuf # Required by LlamaTokenizer.
1313
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ opencv-python-headless >= 4.11.0 # required for video test
3131
datamodel_code_generator # required for minicpm3 test
3232
lm-eval[api]==0.4.8 # required for model evaluation test
3333
transformers==4.50.3
34-
huggingface-hub[hf-xet]>=0.30.0 # Required for Xet downloads.
34+
huggingface-hub[hf_xet]>=0.30.0 # Required for Xet downloads.
3535
# quantization
3636
bitsandbytes>=0.45.3
3737
buildkite-test-collector==0.1.9

0 commit comments

Comments
 (0)