Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
pypdf==3.17.0
|
4 |
sentence-transformers==2.3.1
|
5 |
-
huggingface-hub==0.
|
6 |
-
faiss-cpu==1.
|
7 |
-
transformers==4.
|
8 |
-
accelerate==0.
|
9 |
-
gradio==4.
|
10 |
-
bitsandbytes==0.
|
11 |
-
torch==2.2.
|
|
|
1 |
+
langchain==0.1.16
|
2 |
+
pypdf==3.17.4
|
|
|
3 |
sentence-transformers==2.3.1
|
4 |
+
huggingface-hub==0.22.2
|
5 |
+
faiss-cpu==1.8.0
|
6 |
+
transformers==4.39.3
|
7 |
+
accelerate==0.29.3
|
8 |
+
gradio==4.26.0
|
9 |
+
bitsandbytes==0.43.0
|
10 |
+
torch==2.2.2
|