Skip to content

Commit 909ef66

Browse files
committed
docs: Rename cuBLAS section to CUDA
1 parent 1db3b58 commit 909ef66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-
109109
</details>
110110

111111
<details>
112-
<summary>cuBLAS (CUDA)</summary>
112+
<summary>CUDA</summary>
113113

114-
To install with cuBLAS, set the `LLAMA_CUDA=on` environment variable before installing:
114+
To install with CUDA support, set the `LLAMA_CUDA=on` environment variable before installing:
115115

116116
```bash
117117
CMAKE_ARGS="-DLLAMA_CUDA=on" pip install llama-cpp-python

0 commit comments

Comments
 (0)