Spaces:
Runtime error
Runtime error
ShivanshMathur007
commited on
Commit
•
1dabeab
1
Parent(s):
9bab1a4
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|