Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio
|
2 |
-
llama-index
|
3 |
python-dotenv
|
4 |
transformers
|
5 |
-
torch
|
|
|
6 |
pypdf
|
7 |
sentence-transformers
|
|
|
1 |
gradio
|
2 |
+
llama-index==0.9.40
|
3 |
python-dotenv
|
4 |
transformers
|
5 |
+
torch==2.0.0+cpu
|
6 |
+
torchvision==0.15.1+cpu
|
7 |
pypdf
|
8 |
sentence-transformers
|