Skip to content

Commit aba7662

Browse files
committed
add cuda
1 parent b50a96f commit aba7662

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,20 +1256,20 @@ jobs:
12561256
id: checkout
12571257
uses: actions/checkout@v4
12581258

1259-
- name: ccache
1260-
uses: ggml-org/[email protected]
1261-
with:
1262-
key: macOS-latest-cmake-arm64
1263-
evict-old-files: 1d
1264-
1265-
- name: Dependencies
1266-
id: depends
1267-
continue-on-error: true
1259+
- name: Test
1260+
id: ggml-ci
12681261
run: |
1269-
brew update
1270-
brew install curl
1262+
bash ./ci/run.sh ~/results/llama.cpp ~/mnt/llama.cpp
1263+
1264+
ggml-ci-x64-cuda:
1265+
runs-on: [self-hosted, Linux, X64, CUDA]
1266+
1267+
steps:
1268+
- name: Clone
1269+
id: checkout
1270+
uses: actions/checkout@v4
12711271

12721272
- name: Test
12731273
id: ggml-ci
12741274
run: |
1275-
GG_BUILD_CLOUD=1 GG_BUILD_METAL=1 bash ./ci/run.sh ~/results/llama.cpp ~/mnt/llama.cpp
1275+
bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp

0 commit comments

Comments
 (0)