We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94841bf commit 5ace07aCopy full SHA for 5ace07a
1 file changed
.github/workflows/main.yml
@@ -391,6 +391,8 @@ jobs:
391
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target llama"
392
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml"
393
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml-base"
394
+ env:
395
+ CUDAToolkit_ROOT: "C:\Program Files\NVIDIA GPU Computing Toolkit"
396
397
- name: copy backend modules to dist
398
if: false #matrix.name == 'windows-gpu'
0 commit comments