Derr11 commited on
Commit
f999a80
·
verified ·
1 Parent(s): 2d1791a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -35
requirements.txt CHANGED
@@ -1,39 +1,10 @@
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
 
 
 
 
1
  torch==2.5.1
2
  torchaudio==2.5.1
3
  torchvision==0.20.1
4
+ transformers
5
+ accelerate
6
+ flash-attn==2.6.0.post1 --no-build-isolation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  git+https://github.com/openai/CLIP.git@dcba3cb2e2827b402d2701e7e1c7d9fed8a20ef1
8
+ gradio
9
+ deepspeed
10
+ scipy