File size: 1,242 Bytes
f918738
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
acb3cb2
f918738
cd52162
 
f918738
 
 
 
 
 
 
 
 
 
 
 
 
 
 
acb3cb2
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
32
33
34
35
36
37
38
39
40
41
42
43
44
---
language:
- en
license: apache-2.0
library_name: transformers
tags:
- text-generation-inference
- transformers
- unsloth
- mistral
- trl
- not-for-all-audiences
- image-text-text
- audio-text-text
- document-text-text
- multimodal
- llava
- llama-cpp
base_model: LeroyDyer/Mixtral_AI_Cyber_1.0
metrics:
- accuracy
- bertscore
- bleurt
- code_eval
pipeline_tag: image-text-to-text
---
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/65d883893a52cd9bcd8ab7cf/tRsCJlHNZo1D02kBTmfy9.jpeg" width="300"/>
https://github.com/spydaz
# LeroyDyer/Mixtral_AI_MultiToken-Q4_K_M-GGUF
This model was converted to GGUF format from [`LeroyDyer/Mixtral_AI_MultiToken`](https://huggingface.co/LeroyDyer/Mixtral_AI_MultiToken) using llama.cpp.
Refer to the [original model card](https://huggingface.co/LeroyDyer/Mixtral_AI_MultiToken) for more details on the model.
## Use with llama.cpp

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

```bash
llama-cli --hf-repo LeroyDyer/Mixtral_AI_MultiToken-Q4_K_M-GGUF --model mixtral_ai_multitoken.Q4_K_M.gguf -p "The meaning to life and the universe is "
```

```bash
llama-server --hf-repo LeroyDyer/Mixtral_AI_MultiToken-Q4_K_M-GGUF --model mixtral_ai_multitoken.Q4_K_M.gguf -c 2048
```