Update README.md
Browse files
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 |
|