Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
infwinston authored Oct 24, 2024
1 parent 7ca0d43 commit b27d617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastchat/serve/monitor/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ def get_model_name(model_key):

combined_table = []
for category in elo_results.keys():
if category not in key_to_category_name:
continue
df = elo_results[category]["leaderboard_table_df"].copy()
# remove deprecated models
df = df.loc[~df.index.isin(deprecated_model_name)]
Expand Down

0 comments on commit b27d617

Please sign in to comment.