-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (34 loc) · 1.03 KB
/
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
[metadata]
name = ferule
version = 0.1.0
author = Valeriy Varlachyov
author_email = [email protected]
description = Ferule is a pun that explains the role of this library well. The word for rigor in education "motivating ruler" brings together tools for measuring and comparing performance of neural networks.
long_description = A feature of the project is that it uses the functionality of the TVM engine. The library uses an RPC connection to deliver data and take measurements on a mobile device.
url = https://github.com/valvarl/Ferule
keywords = tvm, cross-compile, autotvm, ansor
[options]
packages = find:
package_dir =
= src
include_package_data = True
python_requires = >=3.7
install_requires =
click
tf2onnx
tensorflow
decorator
attrs
cloudpickle
xgboost<=1.5.0
ordered-set
tqdm
pandas
matplotlib
pytest
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
cross-compile = ferule.cross_compile.cli:cli
config-overlay = ferule.config_overlay.cli:cli