Skip to content

Commit

Permalink
fix(docs): Remove kompute backend references
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Jul 9, 2024
1 parent 0481a3a commit fccff80
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,6 @@ CMAKE_ARGS="-DGGML_VULKAN=on" pip install llama-cpp-python

</details>

<details>
<summary>Kompute</summary>

To install with Kompute support, set the `GGML_KOMPUTE=on` environment variable before installing:

```bash
CMAKE_ARGS="-DGGML_KOMPUTE=on" pip install llama-cpp-python
```
</details>

<details>
<summary>SYCL</summary>

Expand Down

0 comments on commit fccff80

Please sign in to comment.