abiabidali commited on
Commit
b53bd9d
·
verified ·
1 Parent(s): 9404648

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  gradio
2
- transformers
3
- torch==2.5.1 # Ensure this version is compatible with other packages
4
  Pillow
5
- timm
6
- flash-attn==2.7.0.post2 # Ensure this is compatible with your version of torch
 
7
 
8
 
9
 
 
1
  gradio
2
+ torch
 
3
  Pillow
4
+ transformers
5
+ flash-attn
6
+
7
 
8
 
9