Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ n_ubatch
Method
n_ubatch
smallthinker/src/llama-context.cpp:408–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
}
407
408
uint32_t llama_context::n_ubatch() const {
409
return cparams.n_ubatch;
410
}
411
412
uint32_t llama_context::n_seq_max() const {
413
return cparams.n_seq_max;
Callers
3
opt_init
Method · 0.95
opt_epoch_iter
Method · 0.95
llama_n_ubatch
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected