-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathsetup.cfg
More file actions
21 lines (19 loc) · 779 Bytes
/
setup.cfg
File metadata and controls
21 lines (19 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
license_files =
LICENSE
third-party-programs.txt
[options.entry_points]
console_scripts =
auto_round = auto_round.__main__:run
auto-round = auto_round.__main__:run
auto_round_eval = auto_round.__main__:run_eval
auto-round-eval = auto_round.__main__:run_eval
auto_round_mllm = auto_round.__main__:run_mllm
auto-round-mllm = auto_round.__main__:run_mllm
auto-round-fast = auto_round.__main__:run_fast
auto_round_fast = auto_round.__main__:run_fast
auto-round-best = auto_round.__main__:run_best
auto_round_best = auto_round.__main__:run_best
auto-round-light = auto_round.__main__:run_light
auto_round_light = auto_round.__main__:run_light
auto-round-lib-install = auto_round_extension.ark.install_kernel:main