|
|
@@ -626,7 +626,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
|
|
|
[](common_params & params) {
|
|
|
params.ctx_shift = false;
|
|
|
}
|
|
|
- ).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_IMATRIX}).set_env("LLAMA_ARG_NO_CONTEXT_SHIFT"));
|
|
|
+ ).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_IMATRIX, LLAMA_EXAMPLE_PERPLEXITY}).set_env("LLAMA_ARG_NO_CONTEXT_SHIFT"));
|
|
|
add_opt(common_arg(
|
|
|
{"--chunks"}, "N",
|
|
|
string_format("max number of chunks to process (default: %d, -1 = all)", params.n_chunks),
|