From 909ef66951fb9f3f5c724841b0c98a598a2e0802 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 4 Apr 2024 03:08:47 -0400 Subject: [PATCH] docs: Rename cuBLAS section to CUDA --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0ef83c..c4e194b 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,9 @@ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-
-cuBLAS (CUDA) +CUDA -To install with cuBLAS, set the `LLAMA_CUDA=on` environment variable before installing: +To install with CUDA support, set the `LLAMA_CUDA=on` environment variable before installing: ```bash CMAKE_ARGS="-DLLAMA_CUDA=on" pip install llama-cpp-python