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.
make: *** No rule to make target
ggml-metal.o'. Stop
1 parent b1f9c97 commit 7499a6bCopy full SHA for 7499a6b
Makefile
@@ -271,7 +271,7 @@ ifdef LLAMA_METAL
271
LDFLAGS += -framework Foundation -framework Metal -framework MetalKit -framework MetalPerformanceShaders
272
OBJS += ggml-metal.o
273
274
-ggml-metal.o: ggml-metal.m ggml-metal.h
+ggml-metal.o: ggml/src/ggml-metal.m ggml/include/ggml-metal.h
275
@echo "== Preparing merged Metal file =="
276
@sed -e '/#include "ggml-common.h"/r ggml/src/ggml-common.h' -e '/#include "ggml-common.h"/d' < ggml/src/ggml-metal.metal > ggml/src/ggml-metal-merged.metal
277
$(CC) $(CFLAGS) -c $< -o $@
0 commit comments