CamiloVega commited on
Commit
166e107
·
verified ·
1 Parent(s): 492ee46

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -29
requirements.txt CHANGED
@@ -1,29 +1,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
 
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