Commit 451b89bae for llama.cpp
commit 451b89bae0c4b1dd612eb503ceace906c01ddcc9
Author: Sigbjørn Skjæret <sigbjorn.skjaeret@huggingface.co>
Date: Fri Sep 11 07:56:18 2026 +0200
ci : key cache to sanitizer matrix (#28708)
diff --git a/.github/workflows/server-sanitize.yml b/.github/workflows/server-sanitize.yml
index 52e175f83..11237cf51 100644
--- a/.github/workflows/server-sanitize.yml
+++ b/.github/workflows/server-sanitize.yml
@@ -75,7 +75,7 @@ jobs:
- name: ccache-buckets-restore
uses: ./.github/actions/ccache-buckets
with:
- key: server-sanitize
+ key: server-sanitize-${{ matrix.sanitizer }}
folder: llama.cpp
hf_bucket: ggml-org/cache
@@ -99,7 +99,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN_CACHE_OUTPUT }}
with:
- key: server-sanitize
+ key: server-sanitize-${{ matrix.sanitizer }}
folder: llama.cpp
evict-old-files: 1d
hf_bucket: ggml-org/cache