Skip to content

Commit 52ec739

Browse files
committed
fix(ci): bump model cache version to pick up lora_config.json
Increment cache version from v15 to v16 to ensure CI downloads the updated LoRA models that include lora_config.json files needed for auto-detection. Signed-off-by: Yossi Ovadia <[email protected]>
1 parent 0fd2152 commit 52ec739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
with:
6363
path: |
6464
models/
65-
key: ${{ runner.os }}-models-v1-${{ hashFiles('tools/make/models.mk') }}
65+
key: ${{ runner.os }}-models-v2-${{ hashFiles('tools/make/models.mk') }}
6666
restore-keys: |
67-
${{ runner.os }}-models-v1-
67+
${{ runner.os }}-models-v2-
6868
continue-on-error: true # Don't fail the job if caching fails
6969

7070
- name: Check go mod tidy

0 commit comments

Comments
 (0)