We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d6d9a commit 128e23cCopy full SHA for 128e23c
.github/workflows/test.yaml
@@ -54,7 +54,7 @@ jobs:
54
if: steps.model-cache.outputs.cache-hit != 'true'
55
run: |
56
pip install huggingface-hub
57
- huggingface-cli download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
+ hf download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
58
shell: bash
59
60
- name: Install dependencies
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
- name: Install dependencies (macOS Metal)
0 commit comments