ci : make cache bucket public (#27728)
* check for hf token * make bucket public
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
||||
with:
|
||||
key: cuda-ubuntu-24.04-cuda
|
||||
folder: llama.cpp
|
||||
hf_bucket: ${{ vars.HF_BUCKET_CACHE_OUTPUT }}
|
||||
hf_bucket: ggml-org/cache
|
||||
|
||||
- name: Build with CMake
|
||||
# TODO: Remove GGML_CUDA_CUB_3DOT2 flag once CCCL 3.2 is bundled within CTK and that CTK version is used in this project
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
key: cuda-ubuntu-24.04-cuda
|
||||
folder: llama.cpp
|
||||
evict-old-files: 1d
|
||||
hf_bucket: ${{ vars.HF_BUCKET_CACHE_OUTPUT }}
|
||||
hf_bucket: ggml-org/cache
|
||||
save: true
|
||||
|
||||
hip:
|
||||
@@ -120,7 +120,7 @@ jobs:
|
||||
with:
|
||||
key: cuda-ubuntu-22.04-hip
|
||||
folder: llama.cpp
|
||||
hf_bucket: ${{ vars.HF_BUCKET_CACHE_OUTPUT }}
|
||||
hf_bucket: ggml-org/cache
|
||||
|
||||
- name: Build with native CMake HIP support
|
||||
id: cmake_build
|
||||
@@ -140,7 +140,7 @@ jobs:
|
||||
key: cuda-ubuntu-22.04-hip
|
||||
folder: llama.cpp
|
||||
evict-old-files: 1d
|
||||
hf_bucket: ${{ vars.HF_BUCKET_CACHE_OUTPUT }}
|
||||
hf_bucket: ggml-org/cache
|
||||
save: true
|
||||
|
||||
musa:
|
||||
@@ -171,7 +171,7 @@ jobs:
|
||||
with:
|
||||
key: cuda-ubuntu-22.04-musa
|
||||
folder: llama.cpp
|
||||
hf_bucket: ${{ vars.HF_BUCKET_CACHE_OUTPUT }}
|
||||
hf_bucket: ggml-org/cache
|
||||
|
||||
- name: Build with native CMake MUSA support
|
||||
id: cmake_build
|
||||
@@ -189,5 +189,5 @@ jobs:
|
||||
key: cuda-ubuntu-22.04-musa
|
||||
folder: llama.cpp
|
||||
evict-old-files: 1d
|
||||
hf_bucket: ${{ vars.HF_BUCKET_CACHE_OUTPUT }}
|
||||
hf_bucket: ggml-org/cache
|
||||
save: true
|
||||
|
||||
Reference in New Issue
Block a user