motexture commited on
Commit
2858476
·
verified ·
1 Parent(s): 3ed5c37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -28,6 +28,7 @@ cd caT-text-to-video-2.3b
28
  python3 -m venv venv
29
  source venv/bin/activate # On Windows use `venv\Scripts\activate`
30
  pip install -r requirements.txt
 
31
  python3 run.py
32
  ```
33
 
 
28
  python3 -m venv venv
29
  source venv/bin/activate # On Windows use `venv\Scripts\activate`
30
  pip install -r requirements.txt
31
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
32
  python3 run.py
33
  ```
34