Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.4.1
|
| 2 |
+
transformers==4.44.2
|
| 3 |
+
gradio==5.0.2
|
| 4 |
+
ffmpeg-python==0.2.0
|
| 5 |
+
scipy==1.14.1
|
| 6 |
+
numpy==2.1.1
|
| 7 |
+
# flash-attn==2.6.3 (installed conditionally for GPU only)
|