-
Notifications
You must be signed in to change notification settings - Fork 22
/
setup.cfg
48 lines (46 loc) · 1.26 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
[metadata]
name = bigcodebench
description = "Evaluation package for BigCodeBench"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/bigcode-project/bigcodebench
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 =
appdirs>=1.4.4
fire>=0.6.0
multipledispatch>=0.6.0
pqdm>=0.2.0
tempdir>=0.7.1
termcolor>=2.0.0
tqdm>=4.56.0
tree_sitter_languages>=1.10.2
tree-sitter==0.21.3
wget>=3.2
datasets
gradio-client
vllm
numpy
rich
accelerate>=0.30.1
anthropic>=0.26.1
google-generativeai>=0.5.4
mistralai>=0.2.0,<1.0.0
openai>=1.11.1
[options.entry_points]
console_scripts =
bigcodebench.evaluate = bigcodebench.evaluate:main
bigcodebench.sanitize = bigcodebench.sanitize:main
bigcodebench.syncheck = bigcodebench.syncheck:main
bigcodebench.legacy_sanitize = bigcodebench.legacy_sanitize:main
bigcodebench.generate = bigcodebench.generate:main
bigcodebench.inspect = bigcodebench.inspect:main