llama_cpp_sys_4

Function llama_set_n_threads

Source
pub unsafe extern "C" fn llama_set_n_threads(
    ctx: *mut llama_context,
    n_threads: i32,
    n_threads_batch: i32,
)