8000 Update cache version · surtweig/llama-cpp-python@56c1f45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56c1f45

Browse files
committed
Update cache version
1 parent de267c7 commit 56c1f45

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Download model
2525
run: huggingface-cli download ${{ env.REPO_ID }} ${{ env.MODEL_FILE }}
2626
- name: Cache model
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.cache/huggingface/hub
3030
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}

0 commit comments

Comments
 (0)
0