Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
-
torch==2.
|
| 3 |
-
torchaudio==2.
|
| 4 |
-
ultimate-rvc==0.5.
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 2 |
+
torch==2.7.0+cu128
|
| 3 |
+
torchaudio==2.7.0+cu128
|
| 4 |
+
ultimate-rvc==0.5.7
|