Skip to main content

llama_graph_reserve

Function llama_graph_reserve 

Source
pub unsafe extern "C" fn llama_graph_reserve(
    ctx: *mut llama_context,
    n_tokens: u32,
    n_seqs: u32,
    n_outputs: u32,
) -> *mut ggml_cgraph