Skip to main content

create_tokenizer_async

Function create_tokenizer_async 

Source
pub async fn create_tokenizer_async(
    model_name_or_path: &str,
) -> Result<Arc<dyn Tokenizer>>
Expand description

Factory function to create tokenizer from a model name or path (async version)