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