Skip to main content

try_generate_bytes_with_config

Function try_generate_bytes_with_config 

Source
pub fn try_generate_bytes_with_config(
    prompt: &[u8],
    bytes: usize,
    config: GenerationConfig,
) -> InfotheoryResult<Vec<u8>>
Expand description

Generate a continuation from prompt using the current default context.