Merge 472a9b8be5
into edc29433fa
This commit is contained in:
commit
a0e3970a18
1 changed files with 2 additions and 0 deletions
|
@ -2767,6 +2767,8 @@ static void server_params_parse(int argc, char ** argv, server_params & sparams,
|
|||
}
|
||||
} else if (arg == "--embedding" || arg == "--embeddings") {
|
||||
params.embedding = true;
|
||||
} else if (arg == "-nocb" || arg == "--no-cont-batching") {
|
||||
params.cont_batching = false;
|
||||
} else if (arg == "-cb" || arg == "--cont-batching") {
|
||||
params.cont_batching = true;
|
||||
} else if (arg == "-fa" || arg == "--flash-attn") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue