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

Commit d39da8e

Browse files
committed
feat:unload model
1 parent 861a12e commit d39da8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/llamaCPP.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ void llamaCPP::backgroundTask() {
295295
while (model_loaded) {
296296
// model_loaded =
297297
llama.update_slots();
298-
LOG_INFO << "Background state refresh!";
299298
}
300299
LOG_INFO << "Background task stopped!";
301300
return;

0 commit comments

Comments
 (0)