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

Method n_batch

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

Source from the content-addressed store, hash-verified

593}
594
595uint32_t llama_context::n_batch() const {
596 return cparams.n_batch;
597}
598
599uint32_t llama_context::n_ubatch() const {
600 return cparams.n_ubatch;

Callers 3

opt_initMethod · 0.95
opt_epoch_iterMethod · 0.95
llama_n_batchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected