Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
694
uint32_t llama_context::n_ctx() const {
695
return cparams.n_ctx;
696
}
697
698
uint32_t llama_context::n_ctx_seq() const {
699
return cparams.n_ctx_seq;
Callers
2
opt_epoch
Method · 0.95
llama_n_ctx
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected