llama-cpp-scripts / README.md
iandennismiller's picture
fix license, language
756b4a3
|
raw
history blame contribute delete
No virus
347 Bytes
---
language:
- code
pretty_name: "These are scripts that have helped me to manage llama.cpp, llama models, etc."
tags:
- bash
- llama.cpp
- script
license: mit
---
# llama.cpp scripts
These are scripts that have helped me to manage llama.cpp, llama models, etc.
## Install
Scripts are installed to `~/.local/bin`.
```bash
bash install.sh
```