docs: fix typos
This commit is contained in:
parent
843e77e3e2
commit
059f6b3ac8
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-
|
||||||
|
|
||||||
#### cuBLAS
|
#### cuBLAS
|
||||||
|
|
||||||
To install with cuBLAS, set the `LLAMA_CUBLAS=1` environment variable before installing:
|
To install with cuBLAS, set the `LLAMA_CUBLAS=on` environment variable before installing:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
|
CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
|
||||||
|
@ -87,7 +87,7 @@ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
|
||||||
|
|
||||||
#### CLBlast
|
#### CLBlast
|
||||||
|
|
||||||
To install with CLBlast, set the `LLAMA_CLBLAST=1` environment variable before installing:
|
To install with CLBlast, set the `LLAMA_CLBLAST=on` environment variable before installing:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
|
CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
|
||||||
|
|
Loading…
Reference in a new issue