We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192bb0a commit f55ab9aCopy full SHA for f55ab9a
1 file changed
.github/workflows/main.yml
@@ -223,7 +223,7 @@ jobs:
223
224
- name: windows build ggml-cuda
225
if: matrix.name == 'windows-cuda'
226
- run: make build/llama.cpp.stamp LLAMA="-G \"Ninja Multi-Config\" -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_CUDA=ON" LLAMA_ARGS="--target ggml-cuda"
+ run: make build/llama.cpp.stamp LLAMA="-G Ninja Multi-Config -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_CUDA=ON" LLAMA_ARGS="--target ggml-cuda"
227
shell: pwsh
228
229
- name: windows install hip toolkit
0 commit comments