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

Function llama_set_warmup

subprojects/llama.cpp/src/llama-context.cpp:3127–3129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3125}
3126
3127void llama_set_warmup(llama_context * ctx, bool warmup) {
3128 ctx->set_warmup(warmup);
3129}
3130
3131void llama_synchronize(llama_context * ctx) {
3132 ctx->synchronize();

Callers 2

test_contextMethod · 0.85
common_init_from_paramsFunction · 0.85

Calls 1

set_warmupMethod · 0.80

Tested by 1

test_contextMethod · 0.68