File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,22 @@ jobs:
6565 matrix :
6666 include :
6767 - os : " linux"
68- name : " common-cpus-x64"
68+ name : " linux- common-cpus-x64"
6969 runs-on : " ubuntu-20-04"
7070 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"
7171 run-e2e : false
7272 vulkan : false
7373 ccache : true
7474 ccache-dir : " /home/runner/.ccache"
75+ - os : " windows"
76+ name : " windows-common-cpus-x64"
77+ 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"
79+ run-e2e : false
80+ vulkan : false
81+ ccache : false
82+ ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
83+
7584 # - os: "linux"
7685 # name: "noavx-x64"
7786 # runs-on: "ubuntu-20-04"
You can’t perform that action at this time.
0 commit comments