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 @@ -47,10 +47,10 @@ Otherwise, while installing it will build the llama.ccp x86 version which will b
47
47
` llama.cpp ` supports multiple BLAS backends for faster processing.
48
48
Use the ` FORCE_CMAKE=1 ` environment variable to force the use of ` cmake ` and install the pip package for the desired BLAS backend.
49
49
50
- To install with OpenBLAS, set the ` LLAMA_OPENBLAS=1 ` environment variable before installing:
50
+ To install with OpenBLAS, set the ` LLAMA_BLAS and LLAMA_BLAS_VENDOR ` environment variables before installing:
51
51
52
52
``` bash
53
- CMAKE_ARGS=" -DLLAMA_OPENBLAS=on " FORCE_CMAKE=1 pip install llama-cpp-python
53
+ CMAKE_ARGS=" -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS " FORCE_CMAKE=1 pip install llama-cpp-python
54
54
```
55
55
56
56
To install with cuBLAS, set the ` LLAMA_CUBLAS=1 ` environment variable before installing:
You can’t perform that action at this time.
0 commit comments