Skip to content

Commit e761dcb

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

19 files changed

+660
-747
lines changed

gpt4all-backend/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ foreach(BUILD_VARIANT IN LISTS BUILD_VARIANTS)
142142
endforeach()
143143

144144
add_library(llmodel
145-
llmodel.h llmodel.cpp llmodel_shared.cpp
145+
llmodel.h llamacpp_backend.cpp
146146
llmodel_c.h llmodel_c.cpp
147147
dlhandle.cpp
148148
)

0 commit comments

Comments
 (0)