Skip to content

Commit 7a7b96a

Browse files
authored
Merge pull request #233 from menloresearch/chore/cmake-flags-for-avx-cuda-11
chore: update cmake flags for avx2-cuda-11.7
2 parents ca0bc3a + 608e5a9 commit 7a7b96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- os: "win"
218218
name: "avx2-cuda-cu11.7-x64"
219219
runs-on: "windows-cuda-11-7"
220-
cmake-flags: "-DLLAMA_CURL=OFF -DGGML_NATIVE=OFF -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=ON -DCMAKE_BUILD_TYPE='Release'"
220+
cmake-flags: "-DLLAMA_CURL=OFF -DGGML_NATIVE=OFF -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=ON -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -GNinja"
221221
run-e2e: false
222222
vulkan: false
223223
ccache: true

0 commit comments

Comments
 (0)