Remove duplicate llama.cpp flag - JA

#8
Files changed (1) hide show
  1. README_ja.md +1 -1
README_ja.md CHANGED
@@ -289,7 +289,7 @@ CUDA_VISIBLE_DEVICES=0 python demo/text_generation.py --model OrionStarAI/Orion-
289
  - How to run generation
290
 
291
  ```shell
292
- ./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
293
  ```
294
 
295
 
 
289
  - How to run generation
290
 
291
  ```shell
292
+ ./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
293
  ```
294
 
295