diff --git a/README.md b/README.md index 078671af..ded9b351 100644 --- a/README.md +++ b/README.md @@ -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