Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
ninja==1.11.1.1
|
7 |
-
flash-attn==2.6.3
|
8 |
-
# other dependencies...
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
Pillow
|
4 |
+
torch
|
5 |
+
torchvision
|
|
|
|
|
|