Raj-Maharajwala
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -52,6 +52,10 @@ pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-c
|
|
52 |
pip uninstall -y llama-cpp-python && pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/metal
|
53 |
```
|
54 |
|
|
|
|
|
|
|
|
|
55 |
```python
|
56 |
import os
|
57 |
import psutil
|
|
|
52 |
pip uninstall -y llama-cpp-python && pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/metal
|
53 |
```
|
54 |
|
55 |
+
```bash
|
56 |
+
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python
|
57 |
+
```
|
58 |
+
|
59 |
```python
|
60 |
import os
|
61 |
import psutil
|