Skip to content

Commit

Permalink
remove useless print statements (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
pufanyi authored Dec 16, 2024
1 parent d8f1f9c commit 7f9c482
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lmms_eval/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ def _get_task_and_group(self, task_dir: str):
"yaml_path": yaml_path,
}
elif self._config_is_group(config):
if f.endswith("mix_evals_image2text.yaml"):
print(config)
# This is a group config
tasks_and_groups[config["group"]] = {
"type": "group",
Expand Down Expand Up @@ -479,7 +477,6 @@ def _get_task_and_group(self, task_dir: str):
else:
self.logger.debug(f"File {f} in {root} could not be loaded as a task or group")

print(tasks_and_groups["mix_evals_image2text"])
return tasks_and_groups


Expand Down

0 comments on commit 7f9c482

Please sign in to comment.