Skip to content

Commit

Permalink
docs: Rename cuBLAS section to CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Apr 4, 2024
1 parent 1db3b58 commit 909ef66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-
</details>

<details>
<summary>cuBLAS (CUDA)</summary>
<summary>CUDA</summary>

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
Expand Down

0 comments on commit 909ef66

Please sign in to comment.