File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ jobs:
6767 - os : " linux"
6868 name : " linux-common-cpus-x64"
6969 runs-on : " ubuntu-20-04"
70- cmake-flags : " -DLLAMA_CURL=OFF -DGGML_CPU_ALL_VARIANTS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
70+ cmake-flags : " -DLLAMA_CURL=OFF -DGGML_BACKEND_DL=ON - DGGML_CPU_ALL_VARIANTS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
7171 run-e2e : false
7272 vulkan : false
7373 ccache : true
7474 ccache-dir : " /home/runner/.ccache"
7575 - os : " windows"
7676 name : " windows-common-cpus-x64"
7777 runs-on : " windows-cuda-12-0"
78- cmake-flags : " -DLLAMA_CURL=OFF -DGGML_CPU_ALL_VARIANTS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
78+ cmake-flags : " -DLLAMA_CURL=OFF -DGGML_BACKEND_DL=ON - DGGML_CPU_ALL_VARIANTS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
7979 run-e2e : false
8080 vulkan : false
8181 ccache : false
You can’t perform that action at this time.
0 commit comments