From 045cc1267059e3a13732662c964167305e478011 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 22 Feb 2024 03:53:52 -0500 Subject: [PATCH] docs: Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d8bbc5..1b7634f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If this fails, add `--verbose` to the `pip install` see the full cmake build log All `llama.cpp` cmake build options can be set via the `CMAKE_ARGS` environment variable or via the `--config-settings / -C` cli flag during installation. -
+
Environment Variables ```bash @@ -89,7 +89,7 @@ llama-cpp-python -C cmake.args="-DLLAMA_BLAS=ON;-DLLAMA_BLAS_VENDOR=OpenBLAS" Below are some common backends, their build commands and any additional environment variables required. -
+
OpenBLAS (CPU) To install with OpenBLAS, set the `LLAMA_BLAS` and `LLAMA_BLAS_VENDOR` environment variables before installing: