woofwolfy commited on
Commit
294d2de
·
verified ·
1 Parent(s): 60afc7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.Q4_K_M.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
 
 
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