Fix cargo fmt. (#2383)

* Fix cargo fmt.

* Clippy fix.

* Cosmetic tweaks.
This commit is contained in:
Laurent Mazare
2024-08-01 13:19:41 +01:00
committed by GitHub
parent 2e9c010609
commit 9ca277a9d7
2 changed files with 20 additions and 14 deletions

View File

@ -48,6 +48,7 @@ impl Config {
}
}
#[allow(clippy::too_many_arguments)]
pub fn new(
vocab_size: usize,
hidden_size: usize,