From aa788a60eb3d0223f6654c41d07af936815ad9cb Mon Sep 17 00:00:00 2001 From: yufeng zhao Date: Mon, 10 Mar 2025 06:47:11 +0000 Subject: [PATCH] removeprint --- opencompass/openicl/icl_inferencer/icl_gen_inferencer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opencompass/openicl/icl_inferencer/icl_gen_inferencer.py b/opencompass/openicl/icl_inferencer/icl_gen_inferencer.py index 06ac09a4..6a33b711 100644 --- a/opencompass/openicl/icl_inferencer/icl_gen_inferencer.py +++ b/opencompass/openicl/icl_inferencer/icl_gen_inferencer.py @@ -137,7 +137,6 @@ class GenInferencer(BaseInferencer): num_sample = 0 for datum in tqdm(dataloader, disable=not self.is_main_process): if ds_reader.output_column: - print(list(zip(*datum))) entry, golds = list(zip(*datum)) else: entry = datum