Commit
·
ac01706
1
Parent(s):
b51aca2
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- id
|
4 |
+
tags:
|
5 |
+
- mistral
|
6 |
+
- gguf
|
7 |
+
---
|
8 |
+
|
9 |
+
This model is a quantized version of [Sidrap-V2](https://huggingface.co/robinsyihab/Sidrap-7B-v2)
|
10 |
+
|
11 |
+
1. Install [llama.cpp](https://github.com/ggerganov/llama.cpp#prepare-data--run)
|
12 |
+
2. Download the model
|
13 |
+
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`
|