reach-vb HF staff commited on
Commit
472bd03
1 Parent(s): 9b6f1ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def process_model(model_id, q_method, private_repo, split_model, split_max_tenso
129
  Refer to the [original model card](https://huggingface.co/{model_id}) for more details on the model.
130
 
131
  ## Use with llama.cpp
132
- Install llama.cpp through brew.
133
 
134
  ```bash
135
  brew install llama.cpp
 
129
  Refer to the [original model card](https://huggingface.co/{model_id}) for more details on the model.
130
 
131
  ## Use with llama.cpp
132
+ Install llama.cpp through brew (works on Mac and Linux)
133
 
134
  ```bash
135
  brew install llama.cpp