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 03b639b commit 31b2c55Copy full SHA for 31b2c55
tools/who_what_benchmark/whowhatbench/wwb.py
@@ -44,7 +44,8 @@ def parse_args():
44
parser.add_argument(
45
"--omit-chat-template",
46
action="store_true",
47
- help="Do not apply the default chat template if it's present.",
+ 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.",
49
)
50
51
"--gt-data",
0 commit comments