File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
7777CMAKE_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
9393CMAKE_ARGS=" -DLLAMA_CLBLAST=on" pip install llama-cpp-python
You can’t perform that action at this time.
0 commit comments