ariG23498 HF staff commited on
Commit
cdc99db
1 Parent(s): b026891

fix ollama run

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/{new_repo_url}
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