Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,6 @@ Below is an instruction that describes a task. Write a response that appropriate
|
|
44 |
## How run it ?
|
45 |
[llama.cpp](https://github.com/ggerganov/llama.cpp)
|
46 |
```shell
|
47 |
-
./main -ngl 35 -m silicon-alice-7b.
|
48 |
```
|
49 |
|
|
|
44 |
## How run it ?
|
45 |
[llama.cpp](https://github.com/ggerganov/llama.cpp)
|
46 |
```shell
|
47 |
+
./main -ngl 35 -m silicon-alice-7b-q5_k_m-imat.gguf --color -c 32768 --temp 0.4 --repeat_penalty 1.1 -n -1 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n{system_message}\n### Instruction:{prompt}\n### Response:\n"
|
48 |
```
|
49 |
|