Skip to content

Commit 595501f

Browse files
committed
backend: move more stuff into LlamaCppBackend
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
1 parent 9808be5 commit 595501f

19 files changed

+660
-747
lines changed

gpt4all-backend/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ foreach(BUILD_VARIANT IN LISTS BUILD_VARIANTS)
138138
endforeach()
139139

140140
add_library(llmodel
141-
llmodel.h llmodel.cpp llmodel_shared.cpp
141+
llmodel.h llamacpp_backend.cpp
142142
llmodel_c.h llmodel_c.cpp
143143
dlhandle.cpp
144144
)

0 commit comments

Comments
 (0)