File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,28 @@ packages = find:
1717python_requires = >=3.8
1818dependency_links =
1919install_requires =
20- accelerate>=0.30.1
21- anthropic>=0.26.1
2220 appdirs>=1.4.4
2321 fire>=0.6.0
24- google-generativeai>=0.5.4
25- mistralai>=0.2.0
2622 multipledispatch>=0.6.0
27- numpy>=1.19.5
28- openai>=1.11.1
29- Pympler>=1.0.1
30- rich>=12.3.0
31- stop-sequencer>=1.2.3
3223 tempdir>=0.7.1
3324 termcolor>=2.0.0
3425 tqdm>=4.56.0
3526 tree_sitter_languages>=1.10.2
3627 tree-sitter ==0.21.3
3728 wget>=3.2
3829
30+ [options.extras_require]
31+ generate =
32+ vllm
33+ numpy
34+ rich
35+ accelerate>=0.30.1
36+ anthropic>=0.26.1
37+ google-generativeai>=0.5.4
38+ mistralai>=0.2.0
39+ stop-sequencer>=1.2.3
40+ openai>=1.11.1
41+
3942[options.entry_points]
4043console_scripts =
4144 bigcodebench.evaluate = bigcodebench.evaluate:main
You can’t perform that action at this time.
0 commit comments