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

Function log

common/console.cpp:1146–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144 }
1145
1146 void log(const char * fmt, ...) {
1147 va_list args;
1148 va_start(args, fmt);
1149 vfprintf(out, fmt, args);
1150 va_end(args);
1151 }
1152
1153 void error(const char * fmt, ...) {
1154 va_list args;

Callers 15

clip_image_batch_encodeFunction · 0.85
get_best_gridMethod · 0.85
generate_completionMethod · 0.85
mainFunction · 0.85
log_softmaxFunction · 0.85
perplexity_v2Function · 0.85
compute_logprobsFunction · 0.85
hellaswag_scoreFunction · 0.85
multiple_choice_scoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected