We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a5d63 commit d9cffc6Copy full SHA for d9cffc6
backend/cpp/llama/Makefile
@@ -29,7 +29,9 @@ else ifeq ($(OS),Darwin)
29
CMAKE_ARGS+=-DGGML_METAL=OFF
30
else
31
CMAKE_ARGS+=-DGGML_METAL=ON
32
-# CMAKE_ARGS+=-DGGML_METAL_EMBED_LIBRARY=OFF
+# Until this is tested properly, we disable embedded metal file
33
+# as we already embed it as part of the LocalAI assets
34
+ CMAKE_ARGS+=-DGGML_METAL_EMBED_LIBRARY=OFF
35
TARGET+=--target ggml-metal
36
endif
37
0 commit comments