NandiniLokeshReddy commited on
Commit
6497b64
·
verified ·
1 Parent(s): 761cff5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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