From 6415cc68a27e32d5b08f92f34d98b91864804f2f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:20:40 -0700 Subject: [PATCH] Remove obsolete information from README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6cba1b3..225ed6c 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,6 @@ cd text-generation-webui pip install -r requirements.txt ``` -#### llama.cpp with GPU acceleration - -Requires the additional compilation step described here: [GPU acceleration](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp-models.md#gpu-acceleration). - #### bitsandbytes bitsandbytes >= 0.39 may not work on older NVIDIA GPUs. In that case, to use `--load-in-8bit`, you may have to downgrade like this: