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 303bf0b commit d6163c6Copy full SHA for d6163c6
Makefile
@@ -997,6 +997,7 @@ OBJ_GGML = \
997
$(DIR_GGML)/src/ggml-alloc.o \
998
$(DIR_GGML)/src/ggml-backend.o \
999
$(DIR_GGML)/src/ggml-backend-reg.o \
1000
+ $(DIR_GGML)/src/ggml-opt.o \
1001
$(DIR_GGML)/src/ggml-quants.o \
1002
$(DIR_GGML)/src/ggml-threading.o \
1003
$(DIR_GGML)/src/ggml-cpu/ggml-cpu.o \
0 commit comments