File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -839,12 +839,12 @@ jobs:
839
839
-DGGML_CUDA=ON
840
840
cmake --build build
841
841
842
- windows-2019 -cmake-cuda :
843
- runs-on : windows-2019
842
+ windows-2022 -cmake-cuda :
843
+ runs-on : windows-2022
844
844
845
845
strategy :
846
846
matrix :
847
- cuda : ['12.4', '11.7' ]
847
+ cuda : ['12.4']
848
848
849
849
steps :
850
850
- name : Clone
@@ -878,7 +878,7 @@ jobs:
878
878
env :
879
879
CURL_PATH : ${{ steps.get_libcurl.outputs.curl_path }}
880
880
run : |
881
- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64 .bat"
881
+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvarsall .bat" x64
882
882
cmake -S . -B build -G "Ninja Multi-Config" ^
883
883
-DLLAMA_BUILD_SERVER=ON ^
884
884
-DGGML_NATIVE=OFF ^
Original file line number Diff line number Diff line change @@ -380,11 +380,11 @@ jobs:
380
380
name : llama-bin-win-${{ matrix.backend }}-${{ matrix.arch }}.zip
381
381
382
382
windows-cuda :
383
- runs-on : windows-2019
383
+ runs-on : windows-2022
384
384
385
385
strategy :
386
386
matrix :
387
- cuda : ['12.4', '11.7' ]
387
+ cuda : ['12.4']
388
388
389
389
steps :
390
390
- name : Clone
@@ -412,7 +412,7 @@ jobs:
412
412
id : cmake_build
413
413
shell : cmd
414
414
run : |
415
- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64 .bat"
415
+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvarsall .bat" x64
416
416
cmake -S . -B build -G "Ninja Multi-Config" ^
417
417
-DGGML_BACKEND_DL=ON ^
418
418
-DGGML_NATIVE=OFF ^
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180
180
181
181
182
182
server-windows :
183
- runs-on : windows-2019
183
+ runs-on : windows-2022
184
184
185
185
steps :
186
186
- name : Clone
You can’t perform that action at this time.
0 commit comments