Skip to content

Commit e60668a

Browse files
rootfsAias00
authored andcommitted
fix: force install hf_transfer to avoid missing pkg (vllm-project#287)
Signed-off-by: Huamin Chen <[email protected]> Signed-off-by: liuhy <[email protected]>
1 parent 017b3c6 commit e60668a

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)