MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / print_diff_split

Function print_diff_split

tools/parser/template-analysis.cpp:268–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static void print_diff_split(const std::string & title, const diff_split & diff) {
269 LOG_ERR("\n%s=== %s ===%s\n", ANSI_CYAN, title.c_str(), ANSI_RESET);
270 LOG_ERR("%sCommon Prefix:%s '%s'\n", ANSI_PREFIX, ANSI_RESET, diff.prefix.c_str());
271 LOG_ERR("%sCommon Suffix:%s '%s'\n", ANSI_SUFFIX, ANSI_RESET, diff.suffix.c_str());
272 LOG_ERR("%sLeft (difference):%s '%s'\n", ANSI_GREEN, ANSI_RESET, diff.left.c_str());
273 LOG_ERR("%sRight (difference):%s '%s'\n", ANSI_ORANGE, ANSI_RESET, diff.right.c_str());
274}
275
276static void check_reasoning_variables(const common_chat_template & tmpl) {
277 LOG_ERR("\n%s=== Checking Reasoning Variables ===%s\n", ANSI_CYAN, ANSI_RESET);

Callers 1

analyze_templateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected