tweaked text

This commit is contained in:
Concedo 2025-05-13 15:54:59 +08:00
parent dec3cd92b0
commit 48f86bbbc7
3 changed files with 23 additions and 3 deletions

View file

@ -2440,6 +2440,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
add_bos_token = false;
}
}
printf("Starting model warm up, please wait a moment...\n");
//warmup at least 33 tokens to trigger batch
std::vector<int> tmp;