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 ec59407 commit 26b3f2eCopy full SHA for 26b3f2e
.github/workflows/menlo-build.yml
@@ -66,7 +66,7 @@ jobs:
66
include:
67
- os: "linux"
68
name: "linux-common-cpus-x64"
69
- runs-on: "ubuntu-20-04"
+ runs-on: "debian-13"
70
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"
71
run-e2e: false
72
vulkan: false
0 commit comments