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

Function llama_n_ubatch

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

Source from the content-addressed store, hash-verified

3074}
3075
3076uint32_t llama_n_ubatch(const llama_context * ctx) {
3077 return ctx->n_ubatch();
3078}
3079
3080uint32_t llama_n_seq_max(const llama_context * ctx) {
3081 return ctx->n_seq_max();

Callers 1

update_slotsMethod · 0.85

Calls 1

n_ubatchMethod · 0.80

Tested by

no test coverage detected