Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamittal13 committed Nov 15, 2024
1 parent ca73dbe commit 04665fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fastchat/serve/monitor/copilot_arena.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

from fastchat.serve.monitor.monitor import recompute_final_ranking

copilot_arena_leaderboard_url = (
"https://leaderboard-server.fly.dev/elo"
)
copilot_arena_leaderboard_url = "https://leaderboard-server.fly.dev/elo"


def process_copilot_arena_leaderboard(leaderboard):
leaderboard["score"] = leaderboard["score"].round().astype(int)
Expand Down

0 comments on commit 04665fa

Please sign in to comment.