1 parent d4fde4c commit 4cfb46dCopy full SHA for 4cfb46d
1 file changed
.github/workflows/test.yaml
@@ -20,9 +20,9 @@ jobs:
20
with:
21
python-version: "3.9"
22
- name: Install huggingface-hub
23
- run: pip install huggingface-hub
+ run: pip install huggingface-cli
24
- name: Download model
25
- run: huggingface-hub download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
+ run: huggingface-cli download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
26
- name: Cache model
27
uses: actions/cache@v3
28
0 commit comments