Hervé BREDIN
commited on
Commit
•
3c86343
1
Parent(s):
1dd275d
fix: pin torch to 2.0.1
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
pyannote-audio==3.0.1
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==2.0.1
|
3 |
+
pyannote-audio==3.0.1
|