10000 Fix typo · asusevski/llama-cpp-python@de267c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit de267c7

Browse files
committed
Fix typo
1 parent 4cfb46d commit de267c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: "3.9"
2222
- name: Install huggingface-hub
23-
run: pip install huggingface-cli
23+
run: pip install huggingface-hub
2424
- name: Download model
2525
run: huggingface-cli download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
2626
- name: Cache model

0 commit comments

Comments
 (0)
0