Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
--index-url https://download.pytorch.org/whl/
|
| 2 |
|
| 3 |
-
torch==2.
|
| 4 |
-
torchvision==0.
|
| 5 |
-
torchaudio==2.
|
| 6 |
|
| 7 |
--extra-index-url https://pypi.org/simple
|
| 8 |
torchcodec
|
|
|
|
| 1 |
+
--index-url https://download.pytorch.org/whl/cu128
|
| 2 |
|
| 3 |
+
torch==2.8.0
|
| 4 |
+
torchvision==0.23.0
|
| 5 |
+
torchaudio==2.8.0
|
| 6 |
|
| 7 |
--extra-index-url https://pypi.org/simple
|
| 8 |
torchcodec
|