Bladeren bron

Update README

oobabooga 3 jaren geleden
bovenliggende
commit
9f1b6e0398
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -38,7 +38,9 @@ conda activate textgen
 conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
 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
 conda install pytorch torchvision torchaudio -c pytorch