Spaces:
Sleeping
Sleeping
CamiloVega
commited on
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
accelerate
|
4 |
+
safetensors
|
5 |
+
sentencepiece
|
6 |
+
protobuf
|
7 |
+
gradio
|
8 |
+
faiss-cpu
|
9 |
+
langchain
|
10 |
+
langchain-community
|
11 |
+
sentence-transformers
|
12 |
+
pypdf
|
13 |
+
python-docx
|
14 |
+
docx2txt
|
15 |
+
unstructured
|