We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baabbe5 commit c6b2c54Copy full SHA for c6b2c54
1 file changed
.github/workflows/main.yml
@@ -307,12 +307,11 @@ jobs:
307
if: matrix.name == 'windows-gpu' && steps.cache-llama.outputs.cache-hit != 'true'
308
shell: cmd
309
run: |
310
- call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force
311
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
312
set "PATH=%VCToolsInstallDir%bin\Hostx64\x64;%WindowsSdkBinPath%x64;%PATH%"
313
set "PATH=%PATH:C:\msys64\usr\bin;=%"
314
set "PATH=%PATH:C:\msys64\mingw64\bin;=%"
315
- make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml"
+ make build/llama.cpp.stamp ${{ matrix.make }}
316
317
- name: copy backend modules to dist
318
if: false #matrix.name == 'windows-gpu'
0 commit comments