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