Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
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
|