File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,23 @@ jobs:
144
144
run-e2e : false
145
145
vulkan : false
146
146
ccache : true
147
- ccache-dir : " /home/runner/.ccache"
147
+ ccache-dir : " /home/runner/.ccache"
148
+ - os : " macos"
149
+ name : " x64"
150
+ runs-on : " macos-selfhosted-12"
151
+ cmake-flags : " -DGGML_METAL=OFF -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON"
152
+ run-e2e : false
153
+ vulkan : false
154
+ ccache : false
155
+ ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
156
+ - os : " macos"
157
+ name : " arm64"
158
+ runs-on : " macos-selfhosted-12-arm64"
159
+ cmake-flags : " -DGGML_METAL_EMBED_LIBRARY=ON -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON"
160
+ run-e2e : false
161
+ vulkan : false
162
+ ccache : false
163
+ ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
148
164
- os : " win"
149
165
name : " noavx-cuda-cu12.0-x64"
150
166
runs-on : " windows-cuda-12-0"
You can’t perform that action at this time.
0 commit comments