From 8d2d9c6bdeb9e2feb40cb8e9f19d64cd459ef5d3 Mon Sep 17 00:00:00 2001 From: Dan Forbes Date: Wed, 26 Apr 2023 10:31:33 -0700 Subject: [PATCH] cargo fmt --- bloom/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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