8000 docs: fix typos · sjanaX01/llama-cpp-python@059f6b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 059f6b3

Browse files
committed
docs: fix typos
1 parent 843e77e commit 059f6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-
7171

7272
#### cuBLAS
7373

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

7676
```bash
7777
CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
66C8
@@ -87,7 +87,7 @@ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
8787

8888
#### CLBlast
8989

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

9292
```bash
9393
CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python

0 commit comments

Comments
 (0)
0