mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Update llama.cpp-models.md for macOS (#2711)
This commit is contained in:
parent
646b0c889f
commit
772d4080b2
@ -35,6 +35,13 @@ set FORCE_CMAKE=1
|
|||||||
pip install llama-cpp-python --no-cache-dir
|
pip install llama-cpp-python --no-cache-dir
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### macOS
|
||||||
|
|
||||||
|
```
|
||||||
|
pip uninstall -y llama-cpp-python
|
||||||
|
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python --no-cache-dir
|
||||||
|
```
|
||||||
|
|
||||||
Here you can find the different compilation options for OpenBLAS / cuBLAS / CLBlast: https://pypi.org/project/llama-cpp-python/
|
Here you can find the different compilation options for OpenBLAS / cuBLAS / CLBlast: https://pypi.org/project/llama-cpp-python/
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
Loading…
Reference in New Issue
Block a user