Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit e7ee054

Browse files
committed
warm-up for faster speed
1 parent e227551 commit e7ee054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/llamaCPP.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ void llamaCPP::warmupModel() {
7878
llama.generated_token_probs.end() - stop_word_toks.size());
7979
}
8080

81-
LOG_INFO << llama.generated_text;
82-
LOG_INFO << "Finish the warmup";
81+
LOG_INFO << "Warm-up generated text:" << llama.generated_text;
82+
LOG_INFO << "Warm-up finish";
8383
return;
8484
}
8585

0 commit comments

Comments
 (0)