rlx-moshi 0.2.11

Kyutai Moshi speech-to-speech LM (Helium + depth transformer) for RLX
Documentation
1
2
3
4
5
6
7
fn main() {
    let args: Vec<String> = std::env::args().skip(1).collect();
    if let Err(e) = rlx_moshi::run(&args) {
        eprintln!("error: {e:#}");
        std::process::exit(1);
    }
}