Spaces:
Sleeping
Sleeping
app : do not add traililng whitespace in prompt using llama-cli
Browse files
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:
|