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:
148148 - os : " macos"
149149 name : " x64"
150150 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"
152152 run-e2e : false
153153 vulkan : false
154154 ccache : false
155155 ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
156156 - os : " macos"
157157 name : " arm64"
158158 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"
160160 run-e2e : false
161161 vulkan : false
162162 ccache : false
You can’t perform that action at this time.
0 commit comments