raphaelbiojout commited on
Commit ·
88e992d
1
Parent(s): d359671
update torch
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
git+https://github.com/m-bain/whisperX.git
|
| 2 |
ffmpeg-python==0.2.0
|
| 3 |
setuptools
|
| 4 |
-
torch==2.
|
| 5 |
-
torchaudio==2.
|
|
|
|
| 6 |
ctranslate2==3.22.0
|
|
|
|
| 1 |
git+https://github.com/m-bain/whisperX.git
|
| 2 |
ffmpeg-python==0.2.0
|
| 3 |
setuptools
|
| 4 |
+
torch==2.1.1
|
| 5 |
+
torchaudio==2.1.1
|
| 6 |
+
torchvision==0.16.1
|
| 7 |
ctranslate2==3.22.0
|