Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +29 -28
requirements.txt
CHANGED
@@ -1,28 +1,29 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
langchain
|
11 |
-
langchain-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/cpu
|
2 |
+
torch==2.0.1+cpu
|
3 |
+
transformers==4.36.0
|
4 |
+
accelerate==0.25.0
|
5 |
+
safetensors==0.4.0
|
6 |
+
sentencepiece==0.1.99
|
7 |
+
protobuf==4.25.1
|
8 |
+
gradio==4.0.0
|
9 |
+
faiss-cpu==1.7.4
|
10 |
+
langchain==0.1.0
|
11 |
+
langchain-community==0.0.10
|
12 |
+
langchain-text-splitters==0.0.1
|
13 |
+
sentence-transformers==2.2.2
|
14 |
+
pypdf==3.17.1
|
15 |
+
python-docx==1.0.0
|
16 |
+
docx2txt==0.8
|
17 |
+
pdfplumber==0.10.2
|
18 |
+
bitsandbytes==0.41.1
|
19 |
+
huggingface-hub==0.19.4
|
20 |
+
typing-extensions==4.5.0
|
21 |
+
numpy==1.24.0
|
22 |
+
tqdm==4.66.1
|
23 |
+
packaging==23.2
|
24 |
+
regex==2023.8.8
|
25 |
+
requests==2.31.0
|
26 |
+
tenacity==8.2.3
|
27 |
+
urllib3==2.0.7
|
28 |
+
yapf==0.40.2
|
29 |
+
tiktoken==0.5.2
|