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