Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
torch
|
|
|
2 |
transformers
|
3 |
Pillow
|
4 |
gradio
|
5 |
-
flash_attn
|
|
|
|
|
6 |
|
|
|
1 |
torch
|
2 |
+
torchvision
|
3 |
transformers
|
4 |
Pillow
|
5 |
gradio
|
6 |
+
# Install flash_attn directly from the GitHub repository
|
7 |
+
git+https://github.com/HazyResearch/flash-attention.git
|
8 |
+
|
9 |
|