diff --git a/bloom/src/lib.rs b/bloom/src/lib.rs index 55499fe1..44b00845 100644 --- a/bloom/src/lib.rs +++ b/bloom/src/lib.rs @@ -3,7 +3,7 @@ use std::path::Path; // use ggml_loader::{LoadError, LoadProgress}; use llm_base::{ util, EvaluateOutputRequest, FileType, InferenceParameters, InferenceSession, - InferenceSessionParameters, LoadError, Mmap, Model, TokenId, Vocabulary, LoadProgress, + InferenceSessionParameters, LoadError, LoadProgress, Mmap, Model, TokenId, Vocabulary, }; /// The weights for the BLOOM model. All the mutable state is split into a