Skip to main content

load_bert_encoder

Function load_bert_encoder 

Source
pub fn load_bert_encoder(file: &ShardedGguf) -> Result<BertEncoder, LoadError>
Expand description

Same, from an already-open file — so a caller that also needs the tokenizer out of it (crate::embedding_model) mmaps it once.