|
@@ -839,12 +839,12 @@ jobs:
|
|
|
-DGGML_CUDA=ON
|
|
-DGGML_CUDA=ON
|
|
|
cmake --build build
|
|
cmake --build build
|
|
|
|
|
|
|
|
- windows-2019-cmake-cuda:
|
|
|
|
|
- runs-on: windows-2019
|
|
|
|
|
|
|
+ windows-2022-cmake-cuda:
|
|
|
|
|
+ runs-on: windows-2022
|
|
|
|
|
|
|
|
strategy:
|
|
strategy:
|
|
|
matrix:
|
|
matrix:
|
|
|
- cuda: ['12.4', '11.7']
|
|
|
|
|
|
|
+ cuda: ['12.4']
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Clone
|
|
- name: Clone
|
|
@@ -878,7 +878,7 @@ jobs:
|
|
|
env:
|
|
env:
|
|
|
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
|
|
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
|
|
|
run: |
|
|
run: |
|
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
|
|
|
|
|
|
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
|
|
cmake -S . -B build -G "Ninja Multi-Config" ^
|
|
cmake -S . -B build -G "Ninja Multi-Config" ^
|
|
|
-DLLAMA_BUILD_SERVER=ON ^
|
|
-DLLAMA_BUILD_SERVER=ON ^
|
|
|
-DGGML_NATIVE=OFF ^
|
|
-DGGML_NATIVE=OFF ^
|