Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- 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
|
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
|