Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
langchain==0.1.
|
2 |
-
pypdf==4.
|
3 |
-
sentence-transformers==2.
|
4 |
-
faiss-cpu==1.
|
5 |
-
transformers==4.
|
6 |
-
accelerate==0.
|
7 |
-
gradio==4.
|
8 |
-
bitsandbytes==0.
|
9 |
-
huggingface-hub==0.
|
10 |
-
torch==2.
|
11 |
-
python-dotenv==1.0.1
|
12 |
-
hf_xet==0.1.2
|
|
|
1 |
+
langchain==0.1.16
|
2 |
+
pypdf==4.2.0
|
3 |
+
sentence-transformers==2.7.0
|
4 |
+
faiss-cpu==1.8.0
|
5 |
+
transformers==4.41.2
|
6 |
+
accelerate==0.30.1
|
7 |
+
gradio==4.27.0
|
8 |
+
bitsandbytes==0.44.0
|
9 |
+
huggingface-hub==0.23.3
|
10 |
+
torch==2.3.1
|
11 |
+
python-dotenv==1.0.1
|
|