We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac97374 commit e26a547Copy full SHA for e26a547
1 file changed
.github/workflows/main.yml
@@ -226,7 +226,7 @@ jobs:
226
shell: cmd
227
run: |
228
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
229
- make build/llama.cpp.stamp ${{ matrix.make && matrix.make || ''}} LLAMA_ARGS="--target ggml-cuda"
+ make build/llama.cpp.stamp ${{ matrix.make && matrix.make || ''}}
230
231
- name: windows install hip toolkit
232
if: matrix.name == 'windows-hip'
0 commit comments