llama-cpp-scripts / README.md
iandennismiller's picture
add script that converts HF torch models to gguf
48b1acd
|
raw
history blame
182 Bytes
# 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
```