From 22845ba445bd855e16279f62cd5478fbc1a0d4fc Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:41:50 -0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52a584ab..f0a2634d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pip install -r requirements.txt 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. -* If you are running in CPU mode, you just need the standard pytorch and should replace the command with this one: +* If you are running in CPU mode, you just need the standard pytorch and should replace the third command with this one: ``` conda install pytorch torchvision torchaudio git -c pytorch