mgbam commited on
Commit
8daf813
·
verified ·
1 Parent(s): ab9c414

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -3
requirements.txt CHANGED
@@ -1,8 +1,15 @@
 
1
  torch>=2.0.1
2
- diffusers==0.24.0
3
- gradio>=4.13.0
4
- transformers==4.37.2
5
  numpy==1.26.4
6
  pillow==10.2.0
 
 
7
  flash-attn>=2.5.0
 
 
 
 
 
 
 
8
  git+https://github.com/deepseek-ai/Janus@main
 
1
+ # Base dependencies
2
  torch>=2.0.1
 
 
 
3
  numpy==1.26.4
4
  pillow==10.2.0
5
+
6
+ # FlashAttention must be installed after torch
7
  flash-attn>=2.5.0
8
+
9
+ # Transformers and related
10
+ transformers==4.37.2
11
+ diffusers==0.24.0
12
+ gradio>=4.13.0
13
+
14
+ # Janus model
15
  git+https://github.com/deepseek-ai/Janus@main