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.
pub fn load_bert_encoder(file: &ShardedGguf) -> Result<BertEncoder, LoadError>Same, from an already-open file — so a caller that also needs the
tokenizer out of it (crate::embedding_model) mmaps it once.