Hervé BREDIN
commited on
fix: fix CUDA requirement (#4)
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
-
pyannote-audio==3.0.1
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
-
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
pyannote-audio==3.0.1
|