Skip to content

Commit 445ebf0

Browse files
authored
Update README.md
1 parent e9e76bb commit 445ebf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Open a terminal and copy and paste these commands one at a time ([install conda]
4040
```
4141
conda create -n textgen
4242
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
4444
git clone https://github.com/oobabooga/text-generation-webui
4545
cd text-generation-webui
4646
pip install -r requirements.txt
@@ -51,13 +51,13 @@ The third line assumes that you have an NVIDIA GPU.
5151
* If you have an AMD GPU, replace the third command with this one:
5252

5353
```
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
5555
```
5656

5757
* If you are running it in CPU mode, replace the third command with this one:
5858

5959
```
60-
conda install pytorch torchvision torchaudio git -c pytorch
60+
conda install pytorch torchvision=0.14.1 torchaudio=0.13.1 git -c pytorch
6161
```
6262

6363
> **Note**

0 commit comments

Comments
 (0)