Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers>=4.36.0
|
3 |
+
accelerate
|
4 |
+
safetensors
|
5 |
+
sentencepiece
|
6 |
+
protobuf
|
7 |
+
gradio>=4.0.0
|
8 |
+
faiss-cpu
|
9 |
+
langchain>=0.1.0
|
10 |
+
langchain-community>=0.0.10
|
11 |
+
sentence-transformers
|
12 |
+
pypdf
|
13 |
+
python-docx
|
14 |
+
docx2txt
|
15 |
+
pdfplumber
|
16 |
+
bitsandbytes
|