From de51c0220a7ba6ab6187ab561be76a592dfdfd5b Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 16 Nov 2024 21:35:31 +0200 Subject: [PATCH] make : add ggml-opt (#0) ggml-ci --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 539370e06..7f8148289 100644 --- a/Makefile +++ b/Makefile @@ -997,6 +997,7 @@ OBJ_GGML = \ $(DIR_GGML)/src/ggml-alloc.o \ $(DIR_GGML)/src/ggml-backend.o \ $(DIR_GGML)/src/ggml-backend-reg.o \ + $(DIR_GGML)/src/ggml-opt.o \ $(DIR_GGML)/src/ggml-quants.o \ $(DIR_GGML)/src/ggml-threading.o \ $(DIR_GGML)/src/ggml-cpu/ggml-cpu.o \