Skip to content

Commit

Permalink
backend: move more stuff into LlamaCppBackend
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre committed Aug 7, 2024
1 parent 9808be5 commit 595501f
Show file tree
Hide file tree
Showing 19 changed files with 660 additions and 747 deletions.
2 changes: 1 addition & 1 deletion gpt4all-backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ foreach(BUILD_VARIANT IN LISTS BUILD_VARIANTS)
endforeach()

add_library(llmodel
llmodel.h llmodel.cpp llmodel_shared.cpp
llmodel.h llamacpp_backend.cpp
llmodel_c.h llmodel_c.cpp
dlhandle.cpp
)
Expand Down
Loading

0 comments on commit 595501f

Please sign in to comment.