oobabooga пре 2 година
родитељ
комит
0cbe2dd7e9
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      README.md

+ 4 - 1
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