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

Method n_ctx

src/llama-context.cpp:694–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694uint32_t llama_context::n_ctx() const {
695 return cparams.n_ctx;
696}
697
698uint32_t llama_context::n_ctx_seq() const {
699 return cparams.n_ctx_seq;

Callers 2

opt_epochMethod · 0.95
llama_n_ctxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected