You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ The up to date commands can be found here: https://pytorch.org/get-started/local
71
71
72
72
MacOS users, refer to the comments here: https://github.com/oobabooga/text-generation-webui/pull/393
73
73
74
+
74
75
#### 3. Install the web UI
75
76
76
77
```
@@ -79,7 +80,9 @@ cd text-generation-webui
79
80
pip install -r requirements.txt
80
81
```
81
82
82
-
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
83
+
> **Note**
84
+
>
85
+
> 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
0 commit comments