Derr11 commited on
Commit
ce07ef2
·
verified ·
1 Parent(s): 3b87138

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -17
requirements.txt CHANGED
@@ -1,17 +1,39 @@
1
- torch==2.2.0
2
- torchvision==0.17.0
3
- torchaudio==2.2.0
4
- transformers==4.45.2
5
- accelerate==0.26.1
6
- Pillow==10.2.0
7
- gradio==4.44.1
8
- spaces==0.30.3
9
- sentencepiece
10
- protobuf
11
- timm
12
- numpy<2.0
13
- scipy
14
- librosa==0.10.1
15
- soundfile==0.12.1
16
- audioread
17
- numba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # المكتبات الأساسية
2
+ gradio>=4.0.0
3
+ spaces
4
+ torch==2.5.1
5
+ torchaudio==2.5.1
6
+ torchvision==0.20.1
7
+
8
+ # مكتبات التحويل والنماذج
9
+ transformers>=4.40.0
10
+ accelerate>=0.27.0
11
+ safetensors>=0.4.0
12
+ sentencepiece>=0.2.0
13
+
14
+ # مكتبات معالجة الصور والصوت
15
+ pillow>=10.0.0
16
+ opencv-python>=4.8.0
17
+ librosa>=0.10.0
18
+ soundfile>=0.12.0
19
+
20
+ # مكتبات مساعدة
21
+ numpy>=1.24.0
22
+ scipy>=1.11.0
23
+ einops>=0.7.0
24
+ timm>=0.9.0
25
+
26
+ # مكتبات Uni-MoE الخاصة (من GitHub)
27
+ git+https://github.com/HITsz-TMG/Uni-MoE.git
28
+
29
+ # Flash Attention (اختياري ولكن موصى به للأداء)
30
+ flash-attn==2.6.0.post1
31
+
32
+ # CLIP
33
+ git+https://github.com/openai/CLIP.git@dcba3cb2e2827b402d2701e7e1c7d9fed8a20ef1
34
+
35
+ # مكتبات إضافية قد تكون مطلوبة
36
+ datasets>=2.14.0
37
+ deepspeed>=0.12.0
38
+ tokenizers>=0.15.0
39
+ protobuf>=3.20.0