Skip to content

Commit

Permalink
fix logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHB committed Dec 4, 2024
1 parent 1c30dec commit 38ce291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lighteval/tasks/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def taskinfo_selector(tasks: str, task_registry: Registry) -> tuple[list[str], d
few_shot = int(few_shot)

if suite_name not in DEFAULT_SUITES:
logger.info(
logger.warning(
f"Suite {suite_name} unknown. This is not normal, unless you are testing adding new evaluations."
)

Expand Down

0 comments on commit 38ce291

Please sign in to comment.