Commit
·
832ba44
1
Parent(s):
10ecb41
update pytorch version for ZeroGPU
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchaudio==2.
|
| 3 |
setproctitle==1.3.3
|
| 4 |
attrdict==2.0.1
|
| 5 |
librosa==0.10.2.post1
|
|
|
|
| 1 |
+
torch==2.2.0
|
| 2 |
+
torchaudio==2.2.0
|
| 3 |
setproctitle==1.3.3
|
| 4 |
attrdict==2.0.1
|
| 5 |
librosa==0.10.2.post1
|