Spaces:
Runtime error
Runtime error
Zwea Htet
commited on
Commit
•
4d4ef0e
1
Parent(s):
110b21a
made changes to requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
llama_index
|
2 |
torch
|
3 |
transformers
|
4 |
panda
|
@@ -10,4 +10,5 @@ python-dotenv
|
|
10 |
streamlit>=1.24.0
|
11 |
huggingface_hub
|
12 |
xformers
|
13 |
-
pypdf
|
|
|
|
1 |
+
llama_index==0.7.16
|
2 |
torch
|
3 |
transformers
|
4 |
panda
|
|
|
10 |
streamlit>=1.24.0
|
11 |
huggingface_hub
|
12 |
xformers
|
13 |
+
pypdf
|
14 |
+
pymupdf
|