Skip to content

Commit abefa7d

Browse files
danbevlinxiaodong
authored andcommitted
ci : increase windows-cublas evict-old-files to 5d (ggml-org#2915)
This commit updates the evict-old-files parameter for the windows-cublas build job to 5 days. The motivation for this change is to avoid the full rebuild which takes around 1.5 hours for the windows-cublas build job. Considering that there are periods of low traffic on whisper.cpp (like weekends etc.) it might be better to have a longer eviction policy to avoid the full rebuild.
1 parent 02b5bb7 commit abefa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ jobs:
687687
with:
688688
key: ${{ github.job }}-${{ matrix.cuda-toolkit }}-${{ matrix.build }}
689689
variant: sccache
690-
evict-old-files: 1d
690+
evict-old-files: 5d
691691

692692
- name: Install Cuda Toolkit 11.8.0
693693
if: ${{ matrix.cuda-toolkit == '11.8.0' }}

0 commit comments

Comments
 (0)