Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3127
void llama_set_warmup(llama_context * ctx, bool warmup) {
3128
ctx->set_warmup(warmup);
3129
}
3130
3131
void llama_synchronize(llama_context * ctx) {
3132
ctx->synchronize();
Callers
2
test_context
Method · 0.85
common_init_from_params
Function · 0.85
Calls
1
set_warmup
Method · 0.80
Tested by
1
test_context
Method · 0.68