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 @@ -148,15 +148,15 @@ jobs:
148
148
- os : " macos"
149
149
name : " x64"
150
150
runs-on : " macos-selfhosted-12"
151
- cmake-flags : " -DGGML_METAL=OFF -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON"
151
+ cmake-flags : " -DCMAKE_BUILD_RPATH= \" @loader_path \" - DGGML_METAL=OFF -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON"
152
152
run-e2e : false
153
153
vulkan : false
154
154
ccache : false
155
155
ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
156
156
- os : " macos"
157
157
name : " arm64"
158
158
runs-on : " macos-selfhosted-12-arm64"
159
- cmake-flags : " -DGGML_METAL_EMBED_LIBRARY=ON -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON"
159
+ cmake-flags : " -DCMAKE_BUILD_RPATH= \" @loader_path \" -DGGML_METAL_USE_BF16=ON - DGGML_METAL_EMBED_LIBRARY=ON -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON"
160
160
run-e2e : false
161
161
vulkan : false
162
162
ccache : false
You can’t perform that action at this time.
0 commit comments