TheBloke commited on
Commit
b2c18fb
1 Parent(s): 0bcdce1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Compiling on Windows: developer cmp-nct notes: 'I personally compile it using VS
56
 
57
  Once compiled you can then use `bin/falcon_main` just like you would use llama.cpp. For example:
58
  ```
59
- bin/falcon_main -t 8 -ngl 100 -b 1 -m wizardlm-7b-uncensored.ggccv1.q4_0.bin.ggccv1.q4_0.bin -enc -p "write a story about llamas"
60
  ```
61
 
62
  Parameter `-enc` should automatically use the right prompt template for the model, so you can just enter your desired prompt.
 
56
 
57
  Once compiled you can then use `bin/falcon_main` just like you would use llama.cpp. For example:
58
  ```
59
+ bin/falcon_main -t 8 -ngl 100 -b 1 -m wizardlm-7b-uncensored.ggccv1.q4_0.bin -enc -p "write a story about llamas"
60
  ```
61
 
62
  Parameter `-enc` should automatically use the right prompt template for the model, so you can just enter your desired prompt.