Skip to content

Commit 1cba734

Browse files
committed
small note about -hf --mmproj
1 parent d3f7a1f commit 1cba734

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/arg.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,8 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
22042204
).set_examples({LLAMA_EXAMPLE_SERVER}).set_env("LLAMA_ARG_NO_CONT_BATCHING"));
22052205
add_opt(common_arg(
22062206
{"--mmproj"}, "FILE",
2207-
"path to a multimodal projector file. see tools/mtmd/README.md",
2207+
"path to a multimodal projector file. see tools/mtmd/README.md\n"
2208+
"note: if -hf is used, this argument can be omitted",
22082209
[](common_params & params, const std::string & value) {
22092210
params.mmproj.path = value;
22102211
}

0 commit comments

Comments
 (0)