forked from evalplus/evalplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
59 lines (56 loc) · 1.57 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[metadata]
name = evalplus
description = "EvalPlus for rigourous evaluation of LLM-synthesized code"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/evalplus/evalplus
license = Apache-2.0
license_files = LICENSE
platform = any
classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
[options]
packages = find:
python_requires = >=3.8
dependency_links =
install_requires =
wget>=3.2
tempdir>=0.7.1
multipledispatch>=0.6.0
appdirs>=1.4.4
numpy>=1.19.5
tqdm>=4.56.0
termcolor>=2.0.0
fire>=0.6.0
openai>=1.11.1
tree_sitter>=0.22.0
tree-sitter-python>=0.21.0
openai
accelerate
vllm
anthropic
mistralai
stop-sequencer
sparseml
rich
matplotlib
black
astor
[options.entry_points]
console_scripts =
evalplus.evaluate = evalplus.evaluate:main
evalplus.inputgen = evalplus.inputgen:main
evalplus.sanitize = evalplus.sanitize:main
evalplus.syncheck = evalplus.syncheck:main
evalplus.evalperf = evalplus.evalperf:main
evalplus.perf.sas = evalplus.perf.sas:main
evalplus.legacy_sanitize = evalplus.legacy_sanitize:main
evalplus.perf.sampling = evalplus.perf.sampling:main
evalplus.perf.select_pe_tasks = evalplus.perf.select_pe_tasks:main
evalplus.perf.select_pe_inputs = evalplus.perf.select_pe_inputs:main
[options.extras_require]
perf = Pympler>=1.0.1
rich>=12.3.0
cirron @ git+https://github.com/evalplus/Cirron@master