File size: 675 Bytes
ed751dd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
license: cc-by-nc-sa-4.0
tags:
- llama-cpp
---
# danielus/MermaidSolar-Q5_K_M-GGUF
This model was converted to GGUF format from [`TroyDoesAI/MermaidSolar`](https://huggingface.co/TroyDoesAI/MermaidSolar) using llama.cpp.
Refer to the [original model card](https://huggingface.co/TroyDoesAI/MermaidSolar) for more details on the model.
## Use with llama.cpp
```bash
brew install ggerganov/ggerganov/llama.cpp
```
```bash
llama-cli --hf-repo danielus/MermaidSolar-Q5_K_M-GGUF --model mermaidsolar.Q5_K_M.gguf -p "The meaning to life and the universe is "
```
```bash
llama-server --hf-repo danielus/MermaidSolar-Q5_K_M-GGUF --model mermaidsolar.Q5_K_M.gguf -c 2048
```
|