Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,6 @@
|
|
2 |
license: gpl-3.0
|
3 |
---
|
4 |
|
5 |
-
LLaMa 65B converted to ggml via LLaMa.cpp, then quantized to 4bit.
|
|
|
|
|
|
2 |
license: gpl-3.0
|
3 |
---
|
4 |
|
5 |
+
LLaMa 65B converted to ggml via LLaMa.cpp, then quantized to 4bit.
|
6 |
+
|
7 |
+
I recommend the following settings when running as a good starting point: main.exe -m ggml-LLaMa-65B-q4_0.bin -n -1 -t 42 -c 2048 --temp 0.35 --interactive-first --repeat_penalty 1.2 --instruct --color
|