File size: 368 Bytes
ac01706
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
---
language:
- id
tags:
- mistral
- gguf
---

This model is a quantized version of [Sidrap-V2](https://huggingface.co/robinsyihab/Sidrap-7B-v2)

1. Install [llama.cpp](https://github.com/ggerganov/llama.cpp#prepare-data--run)
2. Download the model
3. `~/llama.cpp/main -ngl 32 -m sidrap-7b-v2.q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -i -ins`