Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +28 -29
requirements.txt
CHANGED
@@ -1,29 +1,28 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
tiktoken==0.5.2
|
|
|
1 |
+
accelerate
|
2 |
+
safetensors
|
3 |
+
sentencepiece
|
4 |
+
protobuf
|
5 |
+
gradio>=4.0.0
|
6 |
+
faiss-cpu
|
7 |
+
langchain>=0.1.0
|
8 |
+
langchain-community>=0.0.10
|
9 |
+
langchain-text-splitters>=0.0.1
|
10 |
+
sentence-transformers
|
11 |
+
pypdf
|
12 |
+
python-docx
|
13 |
+
docx2txt
|
14 |
+
pdfplumber
|
15 |
+
bitsandbytes
|
16 |
+
huggingface-hub
|
17 |
+
transformers
|
18 |
+
torch
|
19 |
+
typing-extensions
|
20 |
+
numpy
|
21 |
+
tqdm
|
22 |
+
packaging
|
23 |
+
regex
|
24 |
+
requests
|
25 |
+
tenacity
|
26 |
+
urllib3
|
27 |
+
yapf
|
28 |
+
tiktoken
|
|