MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / llama_new_context_with_model

Function llama_new_context_with_model

smallthinker/src/llama-context.cpp:2259–2263  ·  view source on GitHub ↗

deprecated

Source from the content-addressed store, hash-verified

2257
2258// deprecated
2259llama_context * llama_new_context_with_model(
2260 llama_model * model,
2261 llama_context_params params) {
2262 return llama_init_from_model(model, params);
2263}
2264
2265void llama_free(llama_context * ctx) {
2266 delete ctx;

Calls 1

llama_init_from_modelFunction · 0.85

Tested by

no test coverage detected