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

Update requirements.txt

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