MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / n_ubatch

Method n_ubatch

subprojects/llama.cpp/src/llama-context.cpp:599–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599uint32_t llama_context::n_ubatch() const {
600 return cparams.n_ubatch;
601}
602
603uint32_t llama_context::n_seq_max() const {
604 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