Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ transformers @ git+https://github.com/huggingface/transformers.git
|
|
2 |
pillow==10.2.0
|
3 |
torch==1.13.1
|
4 |
bitsandbytes==0.41.3
|
5 |
-
accelerate==0.25.0
|
|
|
|
2 |
pillow==10.2.0
|
3 |
torch==1.13.1
|
4 |
bitsandbytes==0.41.3
|
5 |
+
accelerate==0.25.0
|
6 |
+
flash-attn==1.0.0
|