Function llama_cpp_sys::llama_control_vector_apply

source ·
pub unsafe extern "C" fn llama_control_vector_apply(
    lctx: *mut llama_context,
    data: *const f32,
    len: usize,
    n_embd: i32,
    il_start: i32,
    il_end: i32
) -> i32