Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 059f6b3

Browse filesBrowse files
committed
docs: fix typos
1 parent 843e77e commit 059f6b3
Copy full SHA for 059f6b3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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
@@ -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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.