Skip to content

Commit 4cfb46d

Browse files
committed
Fix typo
1 parent d4fde4c commit 4cfb46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
python-version: "3.9"
2222
- name: Install huggingface-hub
23-
run: pip install huggingface-hub
23+
run: pip install huggingface-cli
2424
- name: Download model
25-
run: huggingface-hub download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
25+
run: huggingface-cli download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
2626
- name: Cache model
2727
uses: actions/cache@v3
2828
with:

0 commit comments

Comments
 (0)