build server executable

This commit is contained in:
Bruce MacDonald
2023-06-23 17:18:47 -04:00
parent 32c6d8e6cc
commit f0eee3faa0
4 changed files with 31 additions and 1 deletions

View File

@@ -18,6 +18,12 @@ pip install llama-cpp-python
pip install -r requirements.txt
```
## Building
```bash
python3 build.py
```
## Running
Put your model in `models/` and run: