File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
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-
71
71
72
72
#### cuBLAS
73
73
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:
75
75
76
76
``` bash
77
77
CMAKE_ARGS=" -DLLAMA_CUBLAS=on" pip install llama-cpp-python
@@ -87,7 +87,7 @@ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
87
87
88
88
#### CLBlast
89
89
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:
91
91
92
92
``` bash
93
93
CMAKE_ARGS=" -DLLAMA_CLBLAST=on" pip install llama-cpp-python
You can’t perform that action at this time.
0 commit comments