mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-16 11:27:03 +00:00
ggml: new optimization interface (ggml/988)
This commit is contained in:
committed by
Georgi Gerganov
parent
5c9a8b22b1
commit
8a43e940ab
@@ -207,9 +207,11 @@ add_library(ggml-base
|
||||
../include/ggml-alloc.h
|
||||
../include/ggml-backend.h
|
||||
../include/ggml-cpp.h
|
||||
../include/ggml-opt.h
|
||||
ggml.c
|
||||
ggml-alloc.c
|
||||
ggml-backend.cpp
|
||||
ggml-opt.cpp
|
||||
ggml-threading.cpp
|
||||
ggml-threading.h
|
||||
ggml-quants.c
|
||||
|
||||
Reference in New Issue
Block a user