From 9f1b6e0398990b113f052ee0917474022fc84ad7 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 15 Jan 2023 16:50:58 -0300 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c3064f..82557f5f 100644 --- a/README.md +++ b/README.md @@ -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