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

Method n_ubatch

src/llama-context.cpp:706–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706uint32_t llama_context::n_ubatch() const {
707 return cparams.n_ubatch;
708}
709
710uint32_t llama_context::n_seq_max() const {
711 return cparams.n_seq_max;

Callers 3

opt_initMethod · 0.95
opt_epoch_iterMethod · 0.95
llama_n_ubatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected