Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
accelerate
|
4 |
-
gradio
|
5 |
-
git+https://github.com/huggingface/transformers.git
|
6 |
-
git+https://github.com/haotian-liu/LLaVA.git
|
|
|
1 |
+
transformers==4.49.0
|
2 |
+
torch==2.6.0
|
3 |
+
accelerate==1.4.0
|
4 |
+
gradio==5.20.0
|
|
|
|