Skip to content

Commit 3da6ce8

Browse files
committed
backend: move more stuff into LlamaCppBackend
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent ed421d5 commit 3da6ce8

19 files changed

+660
-747
lines changed

gpt4all-backend/CMakeLists.txt

+1-1
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)