From 24915aeb3fcc01d207e3f2ef6f2a9b45c0b436f6 Mon Sep 17 00:00:00 2001 From: klein Date: Mon, 23 Sep 2024 18:32:27 +0800 Subject: [PATCH] [BUG] Update CIbench config(#1544) * BUG: Update cibench.py * BUG: Update cibench.py --- configs/summarizers/groups/cibench.py | 2 +- opencompass/configs/summarizers/groups/cibench.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/summarizers/groups/cibench.py b/configs/summarizers/groups/cibench.py index f08bcba5..8c6650c2 100644 --- a/configs/summarizers/groups/cibench.py +++ b/configs/summarizers/groups/cibench.py @@ -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], diff --git a/opencompass/configs/summarizers/groups/cibench.py b/opencompass/configs/summarizers/groups/cibench.py index f08bcba5..8c6650c2 100644 --- a/opencompass/configs/summarizers/groups/cibench.py +++ b/opencompass/configs/summarizers/groups/cibench.py @@ -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],