Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
torch==2.
|
| 4 |
-
torchaudio==2.
|
| 5 |
-
transformers
|
| 6 |
soundfile
|
| 7 |
librosa
|
| 8 |
numpy
|
| 9 |
python-multipart
|
| 10 |
ffmpeg-python
|
| 11 |
-
torchcodec==0.2.
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
torch==2.3.0
|
| 4 |
+
torchaudio==2.3.0
|
| 5 |
+
transformers==4.44.0
|
| 6 |
soundfile
|
| 7 |
librosa
|
| 8 |
numpy
|
| 9 |
python-multipart
|
| 10 |
ffmpeg-python
|
| 11 |
+
torchcodec==0.2.1
|