Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ llama_n_ctx_train
Function
llama_n_ctx_train
llama.cpp:10060–10062 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10058
}
10059
10060
int llama_n_ctx_train(const struct llama_model * model) {
10061
return model->hparams.n_ctx_train;
10062
}
10063
10064
int llama_n_embd(const struct llama_model * model) {
10065
return model->hparams.n_embd;
Callers
4
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected