1
0
Fork 0
mirror of https://gitlab.com/niansa/llama_any_server.git synced 2025-03-06 20:53:35 +01:00
No description
Find a file
2023-04-18 05:56:08 +02:00
libjustlm@e60b1843d0 Updated justlm 2023-04-03 23:41:45 +02:00
.gitignore Initial commit 2023-04-03 16:30:23 +02:00
.gitmodules Initial commit 2023-04-03 22:03:25 +02:00
CMakeLists.txt Initial commit 2023-04-03 22:03:25 +02:00
LICENSE Add LICENSE 2023-04-14 18:31:01 +00:00
main.cpp Implemented cancellation 2023-04-08 14:21:54 +02:00
README.md Fixed client repo links 2023-04-18 05:56:08 +02:00

llama.any server

This is a server for the llama.any protocol.

Clients

Building and use

  1. Install a recent version of boost asio and CMake, as well as a recent C++ compiler
  2. Obtain the gpt4all unfiltered llama model
  3. Use CMake to configure and build the project
  4. Enjoy!