Corrected typo
This commit is contained in:
parent
f75fe38770
commit
a02e042eb9
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ int main(int argc, char ** argv) {
|
||||||
|
|
||||||
LOG_TEE("\n%s: n_parallel = %d, n_sequences = %d, cont_batching = %d, system tokens = %d\n", __func__, n_clients, n_seq, cont_batching, n_tokens_system);
|
LOG_TEE("\n%s: n_parallel = %d, n_sequences = %d, cont_batching = %d, system tokens = %d\n", __func__, n_clients, n_seq, cont_batching, n_tokens_system);
|
||||||
if (params.prompt_file.empty()) {
|
if (params.prompt_file.empty()) {
|
||||||
params.prompt_file = "used build-in defaults";
|
params.prompt_file = "used built-in defaults";
|
||||||
}
|
}
|
||||||
printf("External prompt file: \033[32m%s\033[0m\n", params.prompt_file.c_str());
|
printf("External prompt file: \033[32m%s\033[0m\n", params.prompt_file.c_str());
|
||||||
printf("Model and path used: \033[32m%s\033[0m\n\n", params.model.c_str());
|
printf("Model and path used: \033[32m%s\033[0m\n\n", params.model.c_str());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue