Update requirements.txt
Browse files- requirements.txt +11 -5
requirements.txt
CHANGED
@@ -1,6 +1,12 @@
|
|
|
|
1 |
gradio==4.4.0
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.1
|
2 |
gradio==4.4.0
|
3 |
+
git+https://github.com/huggingface/transformers.git
|
4 |
+
accelerate
|
5 |
+
einops
|
6 |
+
protobuf
|
7 |
+
safetensors
|
8 |
+
flash-attn --no-build-isolation
|
9 |
+
qwen-vl-utils
|
10 |
+
pillow
|
11 |
+
requests
|
12 |
+
packaging
|