File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ build.debug:
24
24
build.cuda :
25
25
CMAKE_ARGS=" -DLLAMA_CUDA=on" python3 -m pip install --verbose -e .
26
26
27
- build.opencl :
28
- CMAKE_ARGS=" -DLLAMA_CLBLAST=on" python3 -m pip install --verbose -e .
29
-
30
27
build.openblas :
31
28
CMAKE_ARGS=" -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" python3 -m pip install --verbose -e .
32
29
Original file line number Diff line number Diff line change @@ -165,17 +165,6 @@ pip install llama-cpp-python \
165
165
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/metal
166
166
```
167
167
168
- </details >
169
- <details >
170
-
171
- <summary >CLBlast (OpenCL)</summary >
172
-
173
- To install with CLBlast, set the ` LLAMA_CLBLAST=on ` environment variable before installing:
174
-
175
- ``` bash
176
- CMAKE_ARGS=" -DLLAMA_CLBLAST=on" pip install llama-cpp-python
177
- ```
178
-
179
168
</details >
180
169
181
170
<details >
You can’t perform that action at this time.
0 commit comments