Browse Source

Update README

oobabooga 3 năm trước cách đây
mục cha
commit
22845ba445
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
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