algorithm commited on
Commit
9eddbf6
1 Parent(s): 6ac56fc

Remove duplicate llama.cpp flag

Browse files
Files changed (1) hide show
  1. README_zh.md +1 -1
README_zh.md CHANGED
@@ -292,7 +292,7 @@ CUDA_VISIBLE_DEVICES=0 python demo/text_generation.py --model OrionStarAI/Orion-
292
  - 如何运行GGUF格式模型推理
293
 
294
  ```shell
295
- ./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
296
  ```
297
 
298
 
 
292
  - 如何运行GGUF格式模型推理
293
 
294
  ```shell
295
+ ./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
296
  ```
297
 
298