ggerganov commited on
Commit
36c74fd
1 Parent(s): 054f452

app : do not add traililng whitespace in prompt using llama-cli

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def process_model(model_id, q_method, hf_token, private_repo):
92
  CLI:
93
 
94
  ```bash
95
- llama-cli --hf-repo {new_repo_id} --model {qtype.split("/")[-1]} -p "The meaning to life and the universe is "
96
  ```
97
 
98
  Server:
 
92
  CLI:
93
 
94
  ```bash
95
+ llama-cli --hf-repo {new_repo_id} --model {qtype.split("/")[-1]} -p "The meaning to life and the universe is"
96
  ```
97
 
98
  Server: