Update README.md
Browse files
README.md
CHANGED
@@ -188,7 +188,7 @@ Windows Command Line users: You can set the environment variable by running `set
|
|
188 |
Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
|
189 |
|
190 |
```shell
|
191 |
-
./main -ngl 35 -m
|
192 |
```
|
193 |
|
194 |
Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
|
|
|
188 |
Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
|
189 |
|
190 |
```shell
|
191 |
+
./main -ngl 35 -m NT-Java-1.1B_Q4_K_M.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "[INST] {prompt} [/INST]"
|
192 |
```
|
193 |
|
194 |
Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
|