Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.346
|
2 |
+
pypdf==3.17.0
|
3 |
+
sentence-transformers==2.2.2
|
4 |
+
faiss-cpu==1.7.4
|
5 |
+
transformers==4.34.0
|
6 |
+
accelerate==0.23.0
|
7 |
+
gradio==3.44.0
|
8 |
+
bitsandbytes==0.41.1
|