add llama server with rpbot
This commit is contained in:
parent
53fdc5a912
commit
03c5620c2e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -44,3 +44,6 @@
|
|||||||
[submodule "external/solanaceae_crdtnotes"]
|
[submodule "external/solanaceae_crdtnotes"]
|
||||||
path = external/solanaceae_crdtnotes
|
path = external/solanaceae_crdtnotes
|
||||||
url = https://github.com/Green-Sky/solanaceae_crdtnotes.git
|
url = https://github.com/Green-Sky/solanaceae_crdtnotes.git
|
||||||
|
[submodule "external/solanaceae_llama-cpp-web"]
|
||||||
|
path = external/solanaceae_llama-cpp-web
|
||||||
|
url = https://github.com/Green-Sky/solanaceae_llama-cpp-web.git
|
||||||
|
3
external/CMakeLists.txt
vendored
3
external/CMakeLists.txt
vendored
@ -28,5 +28,8 @@ add_subdirectory(./solanaceae_ircclient)
|
|||||||
set(SOLANACEAE_CRDTNOTES_BUILD_PLUGINS ON)
|
set(SOLANACEAE_CRDTNOTES_BUILD_PLUGINS ON)
|
||||||
add_subdirectory(./solanaceae_crdtnotes)
|
add_subdirectory(./solanaceae_crdtnotes)
|
||||||
|
|
||||||
|
set(SOLANACEAE_LLAMA-CPP-WEB_BUILD_PLUGINS ON)
|
||||||
|
add_subdirectory(./solanaceae_llama-cpp-web)
|
||||||
|
|
||||||
add_subdirectory(./totato)
|
add_subdirectory(./totato)
|
||||||
|
|
||||||
|
1
external/solanaceae_llama-cpp-web
vendored
Submodule
1
external/solanaceae_llama-cpp-web
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2aea0bbdaca890fa022d05b19571ac3f55868b3a
|
Loading…
Reference in New Issue
Block a user