llama_cpp_sys_4

Function llama_token_to_piece

Source
pub unsafe extern "C" fn llama_token_to_piece(
    model: *const llama_model,
    token: llama_token,
    buf: *mut c_char,
    length: i32,
    lstrip: i32,
    special: bool,
) -> i32