Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Jan 29, 2024
1 parent 843e77e commit 059f6b3
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 @@ -71,7 +71,7 @@ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-

#### cuBLAS

To install with cuBLAS, set the `LLAMA_CUBLAS=1` environment variable before installing:
To install with cuBLAS, set the `LLAMA_CUBLAS=on` environment variable before installing:

```bash
CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
Expand All @@ -87,7 +87,7 @@ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python

#### CLBlast

To install with CLBlast, set the `LLAMA_CLBLAST=1` environment variable before installing:
To install with CLBlast, set the `LLAMA_CLBLAST=on` environment variable before installing:

```bash
CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
Expand Down

0 comments on commit 059f6b3

Please sign in to comment.