Apply rustfmt. (#2421)

This commit is contained in:
Laurent Mazare
2024-08-16 17:57:14 +01:00
committed by GitHub
parent 2b75dd9551
commit 69fdcfe96a

View File

@ -21,7 +21,6 @@ use hf_hub::{api::sync::Api, Repo, RepoType};
use std::io::Write;
use std::rc::Rc;
mod model;
use model::{Config, Llama};