mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
5 lines
192 B
Python
5 lines
192 B
Python
![]() |
|
||
|
_cibench = ['Pandas', 'Matplotlib', 'Opencv', 'SciPy', 'Seaborn', 'PyTorch']
|
||
|
_cibench = ['cibench_' + i for i in _cibench]
|
||
|
cibench_summary_groups = [{'name': 'cibench', 'subsets': _cibench}]
|