mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +01:00
Update README.md
This commit is contained in:
parent
c5324d653b
commit
1176d64b13
11
README.md
11
README.md
@ -42,12 +42,13 @@ pip install -r requirements.txt
|
|||||||
|
|
||||||
The third line assumes that you have an NVIDIA GPU.
|
The third line assumes that you have an NVIDIA GPU.
|
||||||
|
|
||||||
* If you have an AMD GPU, you should install the ROCm version of pytorch instead. pip must be used for this because conda instalation is not supported for pytorch yet.
|
* If you have an AMD GPU, replace the third command with this one:
|
||||||
* ```
|
|
||||||
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2
|
|
||||||
```
|
|
||||||
|
|
||||||
* If you are running in CPU mode, you just need the standard pytorch and should replace the third command with this one:
|
```
|
||||||
|
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2
|
||||||
|
```
|
||||||
|
|
||||||
|
* If you are running in CPU mode, replace the third command with this one:
|
||||||
|
|
||||||
```
|
```
|
||||||
conda install pytorch torchvision torchaudio git -c pytorch
|
conda install pytorch torchvision torchaudio git -c pytorch
|
||||||
|
Loading…
Reference in New Issue
Block a user