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
*[Works on Google Colab](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab).
36
36
37
-
## Installation option 1: conda
37
+
## Installation
38
38
39
-
Open a terminal and copy and paste these commands one at a time ([install conda](https://docs.conda.io/en/latest/miniconda.html) first if you don't have it already):
39
+
The recommended installation methods are the following:
40
+
41
+
* Linux and macOS: using conda natively.
42
+
* Windows: using conda on WSL ([WSL installation guide](https://github.com/oobabooga/text-generation-webui/wiki/Windows-Subsystem-for-Linux-(Ubuntu)-Installation-Guide)).
43
+
44
+
Conda can be downloaded here: https://docs.conda.io/en/latest/miniconda.html
> 1. If you are on Windows, it may be easier to run the commands above in a WSL environment. The performance may also be better. A full guide can be found here: [Windows Subsystem for Linux (Ubuntu) Installation Guide
> 2. For a more detailed, user-contributed guide, see: [Installation instructions for human beings](https://github.com/oobabooga/text-generation-webui/wiki/Installation-instructions-for-human-beings).
71
+
### Alternative: native Windows installation
68
72
69
-
## Installation option 2: one-click installers
73
+
As an alternative to the recommended WSL method, you can install the web UI natively on Windows using this guide. It will be a lot harder and the performance may be slower: [Installation instructions for human beings](https://github.com/oobabooga/text-generation-webui/wiki/Installation-instructions-for-human-beings).
This method lags behind the newest developments and does not support 8-bit mode on Windows without additional set up.
89
+
80
90
## Downloading models
81
91
82
92
Models should be placed under `models/model-name`. For instance, `models/gpt-j-6B` for [GPT-J 6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main).
0 commit comments