Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
torch
|
3 |
transformers
|
@@ -5,5 +6,4 @@ accelerate
|
|
5 |
pillow
|
6 |
qwen_vl_utils
|
7 |
torchvision
|
8 |
-
flash_attn==1.0.5
|
9 |
-
numpy
|
|
|
1 |
+
numpy
|
2 |
huggingface_hub==0.25.2
|
3 |
torch
|
4 |
transformers
|
|
|
6 |
pillow
|
7 |
qwen_vl_utils
|
8 |
torchvision
|
9 |
+
flash_attn==1.0.5
|
|