We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9d4e2 commit 03a970fCopy full SHA for 03a970f
fastchat/serve/gradio_block_arena_vision_anony.py
@@ -90,20 +90,7 @@
90
vl_models = []
91
92
# 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
-}
+VISION_SAMPLING_WEIGHTS = {}
107
108
# TODO(chris): Find battle targets that make sense
109
VISION_BATTLE_TARGETS = {}
0 commit comments