Skip to content

Commit 9868dbb

Browse files
authored
fix: force install hf_transfer to avoid missing pkg (#287)
Signed-off-by: Huamin Chen <[email protected]>
1 parent c7d360e commit 9868dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Install HuggingFace CLI
7474
run: |
75-
pip install -U "huggingface_hub[cli]"
75+
pip install -U "huggingface_hub[cli]" hf_transfer
7676
7777
7878
- name: Download models (minimal on PRs)

0 commit comments

Comments
 (0)