Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
infwinston committed Oct 14, 2024
1 parent 2c5f6cb commit c782fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastchat/serve/monitor/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def update_leaderboard_and_plots(category, filters):
else arena_overall_sc_df,
hidden_models=(
None
if len(filters) > 0 and "Show Deprecate" in filters
if len(filters) > 0 and "Show Deprecated" in filters
else deprecated_model_name
),
is_overall=category == "Overall",
Expand Down

0 comments on commit c782fbf

Please sign in to comment.