Skip to content

Commit 31b2c55

Browse files
authored
wwb: no chat template for VLMs (#2494)
Mentioned in ticket 171191
1 parent 03b639b commit 31b2c55

File tree

1 file changed

+2
-1
lines changed
  • tools/who_what_benchmark/whowhatbench

1 file changed

+2
-1
lines changed

tools/who_what_benchmark/whowhatbench/wwb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def parse_args():
4444
parser.add_argument(
4545
"--omit-chat-template",
4646
action="store_true",
47-
help="Do not apply the default chat template if it's present.",
47+
help="Do not apply the default chat template if it's present for LLMs."
48+
" The flag is ignored for VLMs because they depend on the chat template to merge images and text.",
4849
)
4950
parser.add_argument(
5051
"--gt-data",

0 commit comments

Comments
 (0)