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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
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
5
  transformers==4.44.0
6
  accelerate==0.24.1
7
  pillow==10.0.1
@@ -20,5 +20,5 @@ 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
 
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+cu121
5
  transformers==4.44.0
6
  accelerate==0.24.1
7
  pillow==10.0.1
 
20
  gdown==4.7.1
21
  tqdm==4.66.1
22
 
23
+ # Flash Attention - use prebuilt wheel if available
24
+ flash-attn==2.7.4.post1 --no-build-isolation