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 6666057 commit 1c025caCopy full SHA for 1c025ca
.github/workflows/build.yml
@@ -878,7 +878,7 @@ jobs:
878
env:
879
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
880
run: |
881
- 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"
882
cmake -S . -B build -G "Ninja Multi-Config" ^
883
-DLLAMA_BUILD_SERVER=ON ^
884
-DGGML_NATIVE=OFF ^
0 commit comments