Update README.md
This commit is contained in:
parent
943b5e5f80
commit
7a49ceab29
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -67,13 +67,6 @@ bash Miniconda3.sh
|
|||
```
|
||||
Source: https://educe-ubc.github.io/conda.html
|
||||
|
||||
#### 0.1 (Ubuntu/WSL) Install build tools
|
||||
|
||||
```
|
||||
sudo apt install build-essential
|
||||
```
|
||||
|
||||
|
||||
#### 1. Create a new conda environment
|
||||
|
||||
```
|
||||
|
@ -104,6 +97,14 @@ cd text-generation-webui
|
|||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
#### 4. Install GPTQ-for-LLaMa and the monkey patch
|
||||
|
||||
The base installation covers regular transformers models as well as llama.cpp (GGML) models.
|
||||
|
||||
To use 4-bit GPU models, the additional installation steps below are necessary:
|
||||
|
||||
[GPTQ models (4 bit mode)](https://github.com/oobabooga/text-generation-webui/blob/main/docs/GPTQ-models-(4-bit-mode).md)
|
||||
|
||||
### Alternative: manual Windows installation
|
||||
|
||||
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: [Windows installation guide](https://github.com/oobabooga/text-generation-webui/blob/main/docs/Windows-installation-guide.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue