File size: 749 Bytes
19a064b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
language:
- en
license: apache-2.0
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
- llama-cpp
base_model: liminerity/mm4.star
---

# gate369/mm4.star-Q5_K_S-GGUF
This model was converted to GGUF format from [`liminerity/mm4.star`](https://huggingface.co/liminerity/mm4.star) using llama.cpp.
Refer to the [original model card](https://huggingface.co/liminerity/mm4.star) for more details on the model.
## Use with llama.cpp

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

```bash
llama-cli --hf-repo gate369/mm4.star-Q5_K_S-GGUF --model mm4.star.Q5_K_S.gguf -p "The meaning to life and the universe is "
```

```bash
llama-server --hf-repo gate369/mm4.star-Q5_K_S-GGUF --model mm4.star.Q5_K_S.gguf -c 2048
```