Skip to content

Commit

Permalink
remove sampling weights
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyChouSr committed Nov 28, 2024
1 parent 2f9d4e2 commit 03a970f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions fastchat/serve/gradio_block_arena_vision_anony.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,7 @@
vl_models = []

# TODO(chris): fix sampling weights
VISION_SAMPLING_WEIGHTS = {
"gpt-4o-2024-05-13": 4,
"gpt-4-turbo-2024-04-09": 4,
"claude-3-haiku-20240307": 4,
"claude-3-sonnet-20240229": 4,
"claude-3-5-sonnet-20240620": 4,
"claude-3-opus-20240229": 4,
"gemini-1.5-flash-api-0514": 4,
"gemini-1.5-pro-api-0514": 4,
"llava-v1.6-34b": 4,
"reka-core-20240501": 4,
"reka-flash-preview-20240611": 4,
"reka-flash": 4,
}
VISION_SAMPLING_WEIGHTS = {}

# TODO(chris): Find battle targets that make sense
VISION_BATTLE_TARGETS = {}
Expand Down

0 comments on commit 03a970f

Please sign in to comment.