Remove obsolete information from README

This commit is contained in:
oobabooga 2023-07-19 21:20:40 -07:00
parent 4b19b74e6c
commit 6415cc68a2

View File

@ -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: