Skip to content

Conversation

@takahashihiroshi
Copy link

@takahashihiroshi takahashihiroshi commented Jan 5, 2026

This PR fixes a TypeError raised by alpaca_eval make_leaderboard when --is_return_instead_of_print is set to false. Specifically, main.make_leaderboard passes an outdated keyword argument (leaderboard_mode) to utils.print_leaderboard(), but the current print_leaderboard() signature expects leaderboard_mode_or_models.

close #460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unexpected keyword argument "leaderboard_mode" in print_leaderboard() when running alpaca_eval make_leaderboard

1 participant