mirror of
https://gitlab.com/niansa/llama_any_server.git
synced 2025-03-06 20:53:35 +01:00
Added readme
This commit is contained in:
parent
eb789ffd8b
commit
ddd9c16778
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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
|
||||||
|
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!
|
Loading…
Add table
Reference in a new issue