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 0ae4f7c commit 23fd5f7Copy full SHA for 23fd5f7
.github/workflows/release.yml
@@ -271,7 +271,7 @@ jobs:
271
env:
272
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
273
run: |
274
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch == 'x64' && 'x64' || 'amd64_arm64' }}
275
cmake -S . -B build -G "Ninja Multi-Config" ^
276
-D CMAKE_TOOLCHAIN_FILE=cmake/${{ matrix.arch }}-windows-llvm.cmake ^
277
-DGGML_NATIVE=OFF ^
0 commit comments