mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 04:00:28 +00:00
Fix cargo fmt. (#2383)
* Fix cargo fmt. * Clippy fix. * Cosmetic tweaks.
This commit is contained in:
@ -48,6 +48,7 @@ impl Config {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn new(
|
||||
vocab_size: usize,
|
||||
hidden_size: usize,
|
||||
|
Reference in New Issue
Block a user