File size: 715 Bytes
a1ea34b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-4.0
tags:
- llama-cpp
---

# danielus/MermaidMixtral-3x7b-Q6_K-GGUF
This model was converted to GGUF format from [`TroyDoesAI/MermaidMixtral-3x7b`](https://huggingface.co/TroyDoesAI/MermaidMixtral-3x7b) using llama.cpp.
Refer to the [original model card](https://huggingface.co/TroyDoesAI/MermaidMixtral-3x7b) for more details on the model.
## Use with llama.cpp

```bash
brew install ggerganov/ggerganov/llama.cpp
```

```bash
llama-cli --hf-repo danielus/MermaidMixtral-3x7b-Q6_K-GGUF --model mermaidmixtral-3x7b.Q6_K.gguf -p "The meaning to life and the universe is "
```

```bash
llama-server --hf-repo danielus/MermaidMixtral-3x7b-Q6_K-GGUF --model mermaidmixtral-3x7b.Q6_K.gguf -c 2048
```