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 8a80b72 commit 5e06886Copy full SHA for 5e06886
.github/workflows/menlo-build.yml
@@ -348,7 +348,7 @@ jobs:
348
- os: "win"
349
name: "windows-arm64"
350
runs-on: "windows-11-arm"
351
- cmake-flags: "-DLLAMA_CURL=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
+ cmake-flags: "-DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
352
run-e2e: false
353
vulkan: false
354
ccache: true
0 commit comments