From acf3d6d27e01056cec38119bf14f37419f8cb172 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:19:39 -0300 Subject: [PATCH] I have tested the CPU conda requirements and this works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f7e9abf..8d396e22 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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 this should work: +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