mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[BUG] Update CIbench config(#1544)
* BUG: Update cibench.py * BUG: Update cibench.py
This commit is contained in:
parent
a0cfd61129
commit
24915aeb3f
@ -3,7 +3,7 @@ _cibench_generation_modules = ['pandas', 'matplotlib', 'opencv', 'scipy', 'seabo
|
||||
_cibench_generation = ['cibench_generation/' + i for i in _cibench_generation_modules]
|
||||
cibench_summary_groups = []
|
||||
_cibench_generation_weight = {
|
||||
'matplotlib': [223, 50, 1, 156],
|
||||
'matplotlib': [175, 2, 1, 156],
|
||||
'pandas': [200, 45, 45, 38],
|
||||
'pytorch': [69, 0, 8, 11],
|
||||
'seaborn': [130, 0, 2, 106],
|
||||
|
@ -3,7 +3,7 @@ _cibench_generation_modules = ['pandas', 'matplotlib', 'opencv', 'scipy', 'seabo
|
||||
_cibench_generation = ['cibench_generation/' + i for i in _cibench_generation_modules]
|
||||
cibench_summary_groups = []
|
||||
_cibench_generation_weight = {
|
||||
'matplotlib': [223, 50, 1, 156],
|
||||
'matplotlib': [175, 2, 1, 156],
|
||||
'pandas': [200, 45, 45, 38],
|
||||
'pytorch': [69, 0, 8, 11],
|
||||
'seaborn': [130, 0, 2, 106],
|
||||
|
Loading…
Reference in New Issue
Block a user