Function llama_cpp_sys::llama_new_context_with_model

source ·
pub unsafe extern "C" fn llama_new_context_with_model(
    model: *mut llama_model,
    params: llama_context_params
) -> *mut llama_context