We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db3b58 commit 909ef66Copy full SHA for 909ef66
README.md
@@ -109,9 +109,9 @@ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-
109
</details>
110
111
<details>
112
-<summary>cuBLAS (CUDA)</summary>
+<summary>CUDA</summary>
113
114
-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:
115
116
```bash
117
CMAKE_ARGS="-DLLAMA_CUDA=on" pip install llama-cpp-python
0 commit comments