Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: macOS-latest-cmake-arm64
evict-old-files: 1d
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: macOS-latest-cmake-x64
evict-old-files: 1d
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: macOS-latest-cmake-arm64-webgpu
evict-old-files: 1d
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-cpu-cmake
evict-old-files: 1d
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-latest-cmake-sanitizer-${{ matrix.sanitizer }}
evict-old-files: 1d
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-latest-cmake-rpc
evict-old-files: 1d
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-22-cmake-vulkan
evict-old-files: 1d
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-22-cmake-webgpu
evict-old-files: 1d
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libcurl4-openssl-dev

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-22-cmake-hip
evict-old-files: 1d
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
apt-get install -y build-essential git cmake libcurl4-openssl-dev

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-22-cmake-musa
evict-old-files: 1d
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-22-cmake-sycl
evict-old-files: 1d
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-22-cmake-sycl-fp16
evict-old-files: 1d
Expand Down Expand Up @@ -611,7 +611,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: macOS-latest-cmake-ios
evict-old-files: 1d
Expand Down Expand Up @@ -648,7 +648,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: macOS-latest-cmake-tvos
evict-old-files: 1d
Expand Down Expand Up @@ -720,7 +720,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: macOS-latest-swift
evict-old-files: 1d
Expand Down Expand Up @@ -766,7 +766,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-msys2
variant: ccache
Expand Down Expand Up @@ -834,7 +834,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-latest-cmake-${{ matrix.build }}
variant: ccache
Expand Down Expand Up @@ -948,7 +948,7 @@ jobs:
apt install -y cmake build-essential ninja-build libgomp1 git libcurl4-openssl-dev

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-latest-cmake-cuda
evict-old-files: 1d
Expand Down Expand Up @@ -977,7 +977,7 @@ jobs:
uses: actions/checkout@v4

- name: Install ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-cuda-${{ matrix.cuda }}
variant: ccache
Expand Down Expand Up @@ -1033,7 +1033,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-latest-cmake-sycl
variant: ccache
Expand Down Expand Up @@ -1079,7 +1079,7 @@ jobs:
& 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' --version

- name: Install ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ${{ github.job }}
evict-old-files: 1d
Expand Down Expand Up @@ -1146,7 +1146,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: android-build
evict-old-files: 1d
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: copilot-setup-steps
evict-old-files: 1d
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: macOS-latest-cmake-arm64
evict-old-files: 1d
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
fetch-depth: 0

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: macOS-latest-cmake-x64
evict-old-files: 1d
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fetch-depth: 0

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-cpu-cmake
evict-old-files: 1d
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
fetch-depth: 0

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: ubuntu-22-cmake-vulkan
evict-old-files: 1d
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
fetch-depth: 0

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-latest-cmake-cpu-${{ matrix.arch }}
variant: ccache
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-latest-cmake-${{ matrix.backend }}-${{ matrix.arch }}
variant: ccache
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
uses: actions/checkout@v4

- name: Install ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-cuda-${{ matrix.cuda }}
variant: ccache
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
uses: actions/checkout@v4

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-latest-cmake-sycl
variant: ccache
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
git clone https://github.com/rocm/rocwmma --branch rocm-6.2.4 --depth 1

- name: ccache
uses: hendrikmuhs/[email protected]
uses: ggml-org/[email protected]
with:
key: windows-latest-cmake-hip-${{ matrix.name }}-x64
evict-old-files: 1d
Expand Down
Loading