From 54e2e4ffde8eac57ca3f0ad117b878837d7c3d1f Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Wed, 14 Jun 2023 22:15:22 -0400 Subject: [PATCH] Move metal docs to metal section of README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c29202c..0e62f3d 100644 --- a/README.md +++ b/README.md @@ -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). -Detailed MacOS Metal GPU install documentation is available at [docs/macos_install.md](docs/macos_install.md) - ## 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 ``` +Detailed MacOS Metal GPU install documentation is available at [docs/macos_install.md](docs/macos_install.md) + ## High-level API The high-level API provides a simple managed interface through the `Llama` class.