Upload requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ fastapi
|
|
| 4 |
ffmpeg-python
|
| 5 |
faster-whisper
|
| 6 |
transformers
|
| 7 |
-
numpy
|
|
|
|
|
|
| 4 |
ffmpeg-python
|
| 5 |
faster-whisper
|
| 6 |
transformers
|
| 7 |
+
numpy
|
| 8 |
+
torch==2.1.2 --index-url https://download.pytorch.org/whl/cu118
|