Update README.md

This commit is contained in:
oobabooga 2023-03-18 12:24:54 -03:00 committed by GitHub
parent 36ac7be76d
commit 0cbe2dd7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ The up to date commands can be found here: https://pytorch.org/get-started/local
MacOS users, refer to the comments here: https://github.com/oobabooga/text-generation-webui/pull/393
#### 3. Install the web UI
```
@ -79,7 +80,9 @@ cd text-generation-webui
pip install -r requirements.txt
```
If you experience bitsandbytes issues on WSL while trying to use `--load-in-8bit`, see this comment: https://github.com/TimDettmers/bitsandbytes/issues/156#issuecomment-1462329713
> **Note**
>
> For bitsandbytes and `--load-in-8bit` to work on Linux/WSL, this dirty fix is currently necessary: https://github.com/oobabooga/text-generation-webui/issues/400#issuecomment-1474876859
### Alternative: native Windows installation