Spaces:
Sleeping
Sleeping
Commit
•
f645e9a
1
Parent(s):
807d3fc
Update requirements.txt (#3)
Browse files- Update requirements.txt (846b491fc34439379b4f0332df5af2de66683469)
Co-authored-by: Shivansh Mathur <ShivanshMathur007@users.noreply.huggingface.co>
- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
langchain==0.1.
|
2 |
torch==2.1.0
|
3 |
faiss-cpu==1.7.4
|
4 |
git+https://github.com/huggingface/transformers
|
5 |
-
accelerate==0.
|
6 |
-
sentence-transformers==2.
|
7 |
-
gradio==4.
|
8 |
langchain-experimental==0.0.49
|
9 |
-
pypdf==
|
10 |
python-dotenv==1.0.0
|
11 |
tabulate
|
12 |
-
llama-cpp-python
|
|
|
1 |
+
langchain==0.1.8
|
2 |
torch==2.1.0
|
3 |
faiss-cpu==1.7.4
|
4 |
git+https://github.com/huggingface/transformers
|
5 |
+
accelerate==0.27.2
|
6 |
+
sentence-transformers==2.3.1
|
7 |
+
gradio==4.19.1
|
8 |
langchain-experimental==0.0.49
|
9 |
+
pypdf==4.0.2
|
10 |
python-dotenv==1.0.0
|
11 |
tabulate
|
12 |
+
llama-cpp-python==0.2.45
|