mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
removeprint
This commit is contained in:
parent
5fc26c92b2
commit
aa788a60eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user