Skip to content

Commit a8150e3

Browse files
jpohhhhxiukeding
authored andcommitted
common : fix typo in debug log ('extracft' -> 'extract') (ggml-org#20807)
1 parent 0000ab2 commit a8150e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/chat-diff-analyzer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ void analyze_reasoning::compare_reasoning_scope() {
409409
if (result.result.success()) {
410410
end = trim_trailing_whitespace(result.tags["post"]);
411411
} else {
412-
LOG_DBG(ANSI_ORANGE "%s: Unable to extracft reasoning markers, falling back to reasoning = NONE\n" ANSI_RESET, __func__);
412+
LOG_DBG(ANSI_ORANGE "%s: Unable to extract reasoning markers, falling back to reasoning = NONE\n" ANSI_RESET, __func__);
413413
mode = reasoning_mode::NONE;
414414
}
415415
}

0 commit comments

Comments
 (0)