Wi-zz commited on
Commit
5a6d14f
1 Parent(s): 0d99404

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ cd joy-caption-pre-alpha
45
  python -m venv venv
46
  .\venv\Scripts\activate
47
  # Change as per https://pytorch.org/get-started/locally/
48
- pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
49
  pip install -r requirements.txt
50
  ```
51
 
 
45
  python -m venv venv
46
  .\venv\Scripts\activate
47
  # Change as per https://pytorch.org/get-started/locally/
48
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
49
  pip install -r requirements.txt
50
  ```
51