From fccff8015eb8880e826d407321f5fbf7bd8dd4c3 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Tue, 9 Jul 2024 00:41:36 -0400 Subject: [PATCH] fix(docs): Remove kompute backend references --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 8363ef685..5641ccaa8 100644 --- a/README.md +++ b/README.md @@ -189,16 +189,6 @@ CMAKE_ARGS="-DGGML_VULKAN=on" pip install llama-cpp-python -
-Kompute - -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 -``` -
-
SYCL