Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3076
uint32_t llama_n_ubatch(const llama_context * ctx) {
3077
return ctx->n_ubatch();
3078
}
3079
3080
uint32_t llama_n_seq_max(const llama_context * ctx) {
3081
return ctx->n_seq_max();
Callers
1
update_slots
Method · 0.85
Calls
1
n_ubatch
Method · 0.80
Tested by
no test coverage detected