TheBloke commited on
Commit
9fe7393
1 Parent(s): 1b0491d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -131,7 +131,7 @@ Make sure you are using `llama.cpp` from commit [dadbed99e65252d79f81101a392d0d6
131
  For compatibility with latest llama.cpp, please use GGUF files instead.
132
 
133
  ```
134
- ./main -t 10 -ngl 32 -m openbuddy-llama2-13b-v11.1.ggmlv3.q4_K_M.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "You are a helpful AI assistant.\n\nUSER: Write a story about llamas\nASSISTANT:"
135
  ```
136
  Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`.
137
 
 
131
  For compatibility with latest llama.cpp, please use GGUF files instead.
132
 
133
  ```
134
+ ./main -t 10 -ngl 32 -m openbuddy-llama2-13b-v11.1.ggmlv3.q4_K_M.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "You are a helpful AI assistant.\n\nUSER: {prompt}\nASSISTANT:"
135
  ```
136
  Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`.
137