Spaces:
Sleeping
Sleeping
chore: Update requirements.txt to use compatible package versions
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision==0.
|
| 3 |
-
torchaudio==2.
|
| 4 |
litgpt==0.4.3
|
| 5 |
snac==1.2.0
|
| 6 |
soundfile==0.12.1
|
| 7 |
-
openai-whisper
|
| 8 |
-
tokenizers==0.
|
| 9 |
-
streamlit==1.
|
| 10 |
PyAudio==0.2.14
|
| 11 |
pydub==0.25.1
|
| 12 |
-
onnxruntime==1.
|
| 13 |
-
numpy==1.26.
|
| 14 |
-
gradio==4.
|
| 15 |
-
librosa==0.10.
|
| 16 |
-
|
| 17 |
-
fire
|
|
|
|
| 1 |
+
torch==2.2.1
|
| 2 |
+
torchvision==0.17.1
|
| 3 |
+
torchaudio==2.2.1
|
| 4 |
litgpt==0.4.3
|
| 5 |
snac==1.2.0
|
| 6 |
soundfile==0.12.1
|
| 7 |
+
openai-whisper==20231117
|
| 8 |
+
tokenizers==0.15.2
|
| 9 |
+
streamlit==1.32.2
|
| 10 |
PyAudio==0.2.14
|
| 11 |
pydub==0.25.1
|
| 12 |
+
onnxruntime==1.17.1
|
| 13 |
+
numpy==1.26.4
|
| 14 |
+
gradio==4.19.2
|
| 15 |
+
librosa==0.10.1
|
| 16 |
+
Flask==3.0.2
|
| 17 |
+
fire==0.5.0
|