Skip to content

Commit c6b2c54

Browse files
committed
fix(build): test build cuda
1 parent baabbe5 commit c6b2c54

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,11 @@ jobs:
307307
if: matrix.name == 'windows-gpu' && steps.cache-llama.outputs.cache-hit != 'true'
308308
shell: cmd
309309
run: |
310-
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force
311310
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
312311
set "PATH=%VCToolsInstallDir%bin\Hostx64\x64;%WindowsSdkBinPath%x64;%PATH%"
313312
set "PATH=%PATH:C:\msys64\usr\bin;=%"
314313
set "PATH=%PATH:C:\msys64\mingw64\bin;=%"
315-
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml"
314+
make build/llama.cpp.stamp ${{ matrix.make }}
316315
317316
- name: copy backend modules to dist
318317
if: false #matrix.name == 'windows-gpu'

0 commit comments

Comments
 (0)