mirror of
https://gitlab.com/niansa/llama_any_server.git
synced 2025-03-06 20:53:35 +01:00
No description
libjustlm@e60b1843d0 | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
main.cpp | ||
README.md |
llama.any server
This is a server for the llama.any protocol.
Clients
- llama.any: (CLI) https://gitlab.com/niansa/llama_any
- llama.nds: (GUI) https://gitlab.com/niansa/llama_nds
Building and use
- Install a recent version of boost asio and CMake, as well as a recent C++ compiler
- Obtain the gpt4all unfiltered llama model
- Use CMake to configure and build the project
- Enjoy!