rkllm_release_prompt_cache

Function rkllm_release_prompt_cache 

Source
pub unsafe extern "C" fn rkllm_release_prompt_cache(
    handle: LLMHandle,
) -> c_int
Expand description

@brief Releases the prompt cache from memory. @param handle LLM handle. @return Status code (0 for success, non-zero for failure).