-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
44 lines (40 loc) · 1020 Bytes
/
setup.cfg
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = nlp-models
version = 4.2.2
author= Ming Gao
author_email = ming_gao@outlook.com
url = https://github.com/minggnim/nlp-models
description = Transformers based NLP models
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
package_dir =
=src
python_requires =
>=3.6
install_requires =
torch
torchmetrics
transformers
langchain
ctransformers
[options.packages.find]
where = src
[options.extras_require]
full =
tqdm
[options.entry_points]
console_scripts =
llm_app = nlp_models.cmd.cli:cli