Spaces:
Running
on
A10G
Running
on
A10G
fix ollama run
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ def process_model(model_id, q_method, use_imatrix, imatrix_q_method, private_rep
|
|
| 180 |
|
| 181 |
Run the model on the CLI.
|
| 182 |
```sh
|
| 183 |
-
ollama run hf.co/{
|
| 184 |
```
|
| 185 |
|
| 186 |
## Use with llama.cpp
|
|
|
|
| 180 |
|
| 181 |
Run the model on the CLI.
|
| 182 |
```sh
|
| 183 |
+
ollama run hf.co/{model_id}
|
| 184 |
```
|
| 185 |
|
| 186 |
## Use with llama.cpp
|