Move metal docs to metal section of README.
This commit is contained in:
parent
1e20be6d0c
commit
54e2e4ffde
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,6 @@ This package provides:
|
||||||
|
|
||||||
Documentation is available at [https://abetlen.github.io/llama-cpp-python](https://abetlen.github.io/llama-cpp-python).
|
Documentation is available at [https://abetlen.github.io/llama-cpp-python](https://abetlen.github.io/llama-cpp-python).
|
||||||
|
|
||||||
Detailed MacOS Metal GPU install documentation is available at [docs/macos_install.md](docs/macos_install.md)
|
|
||||||
|
|
||||||
|
|
||||||
## Installation from PyPI (recommended)
|
## Installation from PyPI (recommended)
|
||||||
|
|
||||||
|
@ -73,6 +71,8 @@ To install with Metal (MPS), set the `LLAMA_METAL=on` environment variable befor
|
||||||
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python
|
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Detailed MacOS Metal GPU install documentation is available at [docs/macos_install.md](docs/macos_install.md)
|
||||||
|
|
||||||
## High-level API
|
## High-level API
|
||||||
|
|
||||||
The high-level API provides a simple managed interface through the `Llama` class.
|
The high-level API provides a simple managed interface through the `Llama` class.
|
||||||
|
|
Loading…
Reference in a new issue