mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Update README
This commit is contained in:
parent
e04ecd4bce
commit
9f1b6e0398
@ -38,7 +38,9 @@ conda activate textgen
|
||||
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
|
||||
```
|
||||
|
||||
For AMD GPUs, you need the ROCm version of pytorch. If you don't have any GPU and want to run the webui in CPU mode, you just need the stock pytorch and should use this command instead:
|
||||
For AMD GPUs, you need the ROCm version of pytorch.
|
||||
|
||||
If you don't have any GPU and want to run the webui in CPU mode, you just need the stock pytorch and should use this command instead:
|
||||
|
||||
```
|
||||
conda install pytorch torchvision torchaudio -c pytorch
|
||||
|
Loading…
Reference in New Issue
Block a user