From 583ee5ff75fb836c45ea68f39d269fe5372cb657 Mon Sep 17 00:00:00 2001 From: Myhs-phz Date: Thu, 6 Mar 2025 08:56:25 +0000 Subject: [PATCH] fix --- opencompass/utils/result_station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/utils/result_station.py b/opencompass/utils/result_station.py index 7ad6b9eb..f1cedd00 100644 --- a/opencompass/utils/result_station.py +++ b/opencompass/utils/result_station.py @@ -210,7 +210,7 @@ def save_to_station(cfg, args): i for i in cfg['judge_models'] if 'judged-by--' + model_abbr_from_cfg(i) == model_abbr_from_cfg(model_pair[1]) - ] + ][0] this_cfg = { 'models': model_cfg,