Malaji71 commited on
Commit
2f6a649
·
verified ·
1 Parent(s): f0157aa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  gradio==5.33.1
2
  torch==2.1.0
3
  torchvision==0.16.0
@@ -5,12 +6,11 @@ transformers==4.44.0
5
  accelerate==0.24.1
6
  pillow==10.0.1
7
  requests==2.31.0
8
- numpy==1.24.4
9
  sentence-transformers==2.2.2
10
  einops==0.8.0
11
  timm==1.0.3
12
 
13
- # Dependencies for complete analyzer
14
  opencv-python==4.8.1.78
15
  opencv-contrib-python==4.8.1.78
16
  deepface==0.0.79
@@ -19,4 +19,6 @@ mediapipe==0.10.7
19
  retina-face==0.0.13
20
  gdown==4.7.1
21
  tqdm==4.66.1
22
- flash-attn>=2.0.0
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
  gradio==5.33.1
3
  torch==2.1.0
4
  torchvision==0.16.0
 
6
  accelerate==0.24.1
7
  pillow==10.0.1
8
  requests==2.31.0
9
+ numpy==1.26.4
10
  sentence-transformers==2.2.2
11
  einops==0.8.0
12
  timm==1.0.3
13
 
 
14
  opencv-python==4.8.1.78
15
  opencv-contrib-python==4.8.1.78
16
  deepface==0.0.79
 
19
  retina-face==0.0.13
20
  gdown==4.7.1
21
  tqdm==4.66.1
22
+
23
+ # Flash Attention (use prebuilt wheel)
24
+ flash-attn==2.7.4.post1