Skip to content

Commit 03a970f

Browse files
committed
remove sampling weights
1 parent 2f9d4e2 commit 03a970f

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

fastchat/serve/gradio_block_arena_vision_anony.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,7 @@
9090
vl_models = []
9191

9292
# TODO(chris): fix sampling weights
93-
VISION_SAMPLING_WEIGHTS = {
94-
"gpt-4o-2024-05-13": 4,
95-
"gpt-4-turbo-2024-04-09": 4,
96-
"claude-3-haiku-20240307": 4,
97-
"claude-3-sonnet-20240229": 4,
98-
"claude-3-5-sonnet-20240620": 4,
99-
"claude-3-opus-20240229": 4,
100-
"gemini-1.5-flash-api-0514": 4,
101-
"gemini-1.5-pro-api-0514": 4,
102-
"llava-v1.6-34b": 4,
103-
"reka-core-20240501": 4,
104-
"reka-flash-preview-20240611": 4,
105-
"reka-flash": 4,
106-
}
93+
VISION_SAMPLING_WEIGHTS = {}
10794

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

0 commit comments

Comments
 (0)