srinuksv commited on
Commit
6c79ba4
·
verified ·
1 Parent(s): 97a8bf4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio==5.21.0
3
+ gradio_client==1.7.2
4
+ qwen-omni-utils==0.0.3
5
+ librosa==0.11.0
6
+ ffmpeg==1.4
7
+ ffmpeg-python==0.2.0
8
+ soundfile==0.13.1
9
+ modelscope_studio==1.2.2
10
+ git+https://github.com/huggingface/transformers@3a1ead0aabed473eafe527915eea8c197d424356
11
+ accelerate
12
+ av
13
+
14
+ # Optional dependency
15
+ # Uncomment the following line if you need flash-attn
16
+ # flash-attn==2.7.4.post1