Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Apr 26, 2023
1 parent 1761512 commit 8d2d9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloom/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d2d9c6

Please sign in to comment.