add llama server with rpbot

This commit is contained in:
Green Sky 2024-01-26 23:03:05 +01:00
parent 53fdc5a912
commit 03c5620c2e
No known key found for this signature in database
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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

@ -0,0 +1 @@
Subproject commit 2aea0bbdaca890fa022d05b19571ac3f55868b3a