Spaces:
Runtime error
Runtime error
Update requirements-3.txt
Browse files- requirements-3.txt +2 -1
requirements-3.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
transformers
|
2 |
torch
|
3 |
llava-hf
|
4 |
llama-index
|
5 |
faiss-cpu
|
6 |
gradio
|
7 |
Pillow
|
|
|
|
1 |
+
transformers>=4.36.0
|
2 |
torch
|
3 |
llava-hf
|
4 |
llama-index
|
5 |
faiss-cpu
|
6 |
gradio
|
7 |
Pillow
|
8 |
+
sentence-transformers
|