Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Jun 27, 2024
1 parent b8a5d63 commit d9cffc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/cpp/llama/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ else ifeq ($(OS),Darwin)
CMAKE_ARGS+=-DGGML_METAL=OFF
else
CMAKE_ARGS+=-DGGML_METAL=ON
# CMAKE_ARGS+=-DGGML_METAL_EMBED_LIBRARY=OFF
# Until this is tested properly, we disable embedded metal file
# as we already embed it as part of the LocalAI assets
CMAKE_ARGS+=-DGGML_METAL_EMBED_LIBRARY=OFF
TARGET+=--target ggml-metal
endif
endif
Expand Down

0 comments on commit d9cffc6

Please sign in to comment.