algorithm commited on
Commit
50ad629
1 Parent(s): 6ac56fc

Remove duplicate llama.cpp flag

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -305,7 +305,7 @@ CUDA_VISIBLE_DEVICES=0 python demo/text_generation.py --model OrionStarAI/Orion-
305
  - How to run generation
306
 
307
  ```shell
308
- ./main --frequency-penalty 0.5 --frequency-penalty 0.5 --top-k 5 --top-p 0.9 -m chat.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 400 -e
309
  ```
310
 
311
  ## 4.6 Example Output
 
305
  - How to run generation
306
 
307
  ```shell
308
+ ./main --frequency-penalty 0.5 --top-k 5 --top-p 0.9 -m chat.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 400 -e
309
  ```
310
 
311
  ## 4.6 Example Output