We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12471b9 commit df31275Copy full SHA for df31275
.github/workflows/build.yml
@@ -824,8 +824,8 @@ jobs:
824
-DGGML_CUDA=ON
825
cmake --build build
826
827
- windows-2019-cmake-cuda:
828
- runs-on: windows-2019
+ windows-2022-cmake-cuda:
+ runs-on: windows-2022
829
830
strategy:
831
matrix:
@@ -863,7 +863,7 @@ jobs:
863
env:
864
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
865
run: |
866
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+ call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
867
cmake -S . -B build -G "Ninja Multi-Config" ^
868
-DLLAMA_BUILD_SERVER=ON ^
869
-DGGML_NATIVE=OFF ^
0 commit comments