Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,8 @@ numpy<2.0
|
|
| 4 |
pydantic==2.10.6
|
| 5 |
gradio==5.6.0
|
| 6 |
cuda-python>=12.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pydantic==2.10.6
|
| 5 |
gradio==5.6.0
|
| 6 |
cuda-python>=12.3
|
| 7 |
+
pydub
|
| 8 |
+
transformers
|
| 9 |
+
torch
|
| 10 |
+
sentencepiece
|
| 11 |
+
accelerate
|