Skip to content

Commit

Permalink
Add sbert backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Jul 13, 2023
1 parent 1f749d7 commit ae8eb29
Show file tree
Hide file tree
Showing 5 changed files with 1,060 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gpt4all-backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ foreach(BUILD_VARIANT IN LISTS BUILD_VARIANTS)
add_library(mpt-${BUILD_VARIANT} SHARED
mpt.cpp utils.h utils.cpp llmodel_shared.cpp llmodel_shared.h)
prepare_target(mpt ggml-230511)

add_library(bert-${BUILD_VARIANT} SHARED
bert.cpp utils.h utils.cpp llmodel_shared.cpp llmodel_shared.h)
prepare_target(bert llama-mainline)
endif()
endforeach()

Expand Down
Loading

0 comments on commit ae8eb29

Please sign in to comment.