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 1357b98 commit c67dce1Copy full SHA for c67dce1
.github/workflows/menlo-build.yml
@@ -84,7 +84,7 @@ jobs:
84
ccache-dir: "/home/runner/.ccache"
85
- os: "linux"
86
name: "linux-common-cpus-x64-cuda-12-0"
87
- runs-on: "ubuntu-22-04-cuda-12-0"
+ runs-on: "ubuntu-22-04-cuda-12-4"
88
cmake-flags: "-DLLAMA_CURL=OFF -DGGML_CUDA=ON -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"
89
run-e2e: false
90
vulkan: false
0 commit comments