From d6c7f2a66917969fd608f15d73eb8c8f647ca8e3 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 ae9a9c632..fecf1f693 100644 --- a/Makefile +++ b/Makefile @@ -996,6 +996,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 \