Skip to content

Commit fb30005

Browse files
author
firecoperana
committed
add no-context-shift parameter
1 parent 45491b7 commit fb30005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ void gpt_params_print_usage(int /*argc*/, char ** argv, const gpt_params & param
20732073
options.push_back({ "multi-modality" });
20742074
options.push_back({ "*", " --mmproj FILE", "path to a multimodal projector file for LLaVA. see examples/llava/README.md" });
20752075
options.push_back({ "*", " --image FILE", "path to an image file. use with multimodal models. Specify multiple times for batching" });
2076-
2076+
options.push_back({ "*", " --no-context-shift", "disable context-shift." });
20772077
options.push_back({ "backend" });
20782078
options.push_back({ "*", " --rpc SERVERS", "comma separated list of RPC servers" });
20792079

0 commit comments

Comments
 (0)