MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / log

Function log

subprojects/llama.cpp/common/console.cpp:1117–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115 }
1116
1117 void log(const char * fmt, ...) {
1118 va_list args;
1119 va_start(args, fmt);
1120 vfprintf(out, fmt, args);
1121 va_end(args);
1122 }
1123
1124 void error(const char * fmt, ...) {
1125 va_list args;

Callers 15

get_best_gridMethod · 0.85
clip_image_batch_encodeFunction · 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