Spaces:
Sleeping
Sleeping
update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
-
accelerate
|
4 |
-
gradio
|
5 |
git+https://github.com/haotian-liu/LLaVA.git
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
accelerate>=0.20.0
|
4 |
+
gradio>=3.35.0
|
5 |
git+https://github.com/haotian-liu/LLaVA.git
|