10000 Move metal docs to metal section of README. · MobinX/llama-cpp-python@54e2e4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 54e2e4f

Browse files
committed
Move metal docs to metal section of README.
1 parent 1e20be6 commit 54e2e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ This package provides:
1717

1818
Documentation is available at [https://abetlen.github.io/llama-cpp-python](https://abetlen.github.io/llama-cpp-python).
1919

20-
Detailed MacOS Metal GPU install documentation is available at [docs/macos_install.md](docs/macos_install.md)
21-
2220

2321
## Installation from PyPI (recommended)
2422

@@ -73,6 +71,8 @@ To install with Metal (MPS), set the `LLAMA_METAL=on` environment variable befor
7371
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python
7472
```
7573

74+
Detailed MacOS Metal GPU install documentation is available at [docs/macos_install.md](docs/macos_install.md)
75+
7676
## High-level API
7777

7878
The high-level API provides a simple managed interface through the `Llama` class.

0 commit comments

Comments
 (0)
0