Skip to content

Commit c1a49b7

Browse files
authored
Update common/arg.cpp
1 parent acde5ef commit c1a49b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
21462146
[](common_params & params) {
21472147
params.mmproj_use_gpu = false;
21482148
}
2149-
).set_examples({LLAMA_EXAMPLE_LLAVA}));
2149+
).set_examples(mmproj_examples));
21502150
add_opt(common_arg(
21512151
{"--image"}, "FILE",
21522152
"path to an image file. use with multimodal models. Specify multiple times for batching",

0 commit comments

Comments
 (0)