mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
7 lines
152 B
Rust
7 lines
152 B
Rust
/// Model configuration for `BEN2`
|
|
impl crate::Config {
|
|
pub fn ben2_base() -> Self {
|
|
Self::rmbg().with_model_file("ben2-base.onnx")
|
|
}
|
|
}
|