examples : switch retrieval to llama_encode (#13685)
* switch retrieval to llama_encode * enable --no-warmup for retrieval
This commit is contained in:
parent
eb0f5c28d3
commit
2aa777d86d
2 changed files with 7 additions and 7 deletions
|
@ -1678,7 +1678,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
|
|||
[](common_params & params) {
|
||||
params.warmup = false;
|
||||
}
|
||||
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_EMBEDDING}));
|
||||
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_EMBEDDING, LLAMA_EXAMPLE_RETRIEVAL}));
|
||||
add_opt(common_arg(
|
||||
{"--spm-infill"},
|
||||
string_format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue