Files
usls/src/models/ben2/config.rs
2025-05-15 10:24:02 +08:00

7 lines
153 B
Rust

/// Model configuration for `BEN2`
impl crate::Options {
pub fn ben2_base() -> Self {
Self::rmbg().with_model_file("ben2-base.onnx")
}
}