File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Open a terminal and copy and paste these commands one at a time ([install conda]
40
40
```
41
41
conda create -n textgen
42
42
conda activate textgen
43
- conda install torchvision torchaudio pytorch-cuda=11.7 git -c pytorch -c nvidia
43
+ conda install torchvision=0.14.1 torchaudio=0.13.1 pytorch-cuda=11.7 git -c pytorch -c nvidia
44
44
git clone https://github.com/oobabooga/text-generation-webui
45
45
cd text-generation-webui
46
46
pip install -r requirements.txt
@@ -51,13 +51,13 @@ The third line assumes that you have an NVIDIA GPU.
51
51
* If you have an AMD GPU, replace the third command with this one:
52
52
53
53
```
54
- pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2
54
+ pip3 install torch torchvision=0.14.1 torchaudio=0.13.1 --extra-index-url https://download.pytorch.org/whl/rocm5.2
55
55
```
56
56
57
57
* If you are running it in CPU mode, replace the third command with this one:
58
58
59
59
```
60
- conda install pytorch torchvision torchaudio git -c pytorch
60
+ conda install pytorch torchvision=0.14.1 torchaudio=0.13.1 git -c pytorch
61
61
```
62
62
63
63
> ** Note**
You can’t perform that action at this time.
0 commit comments