Crates.io | hibiki |
lib.rs | hibiki |
version | 0.1.2 |
created_at | 2025-02-06 21:26:48.870399+00 |
updated_at | 2025-02-09 18:14:27.55982+00 |
description | Hibiki, a real-time speech-to-speech translation model |
homepage | |
repository | https://github.com/kyutai-labs/hibiki |
max_upload_size | |
id | 1546110 |
size | 120,474 |
See the top-level README.md for more information.
This provides the Rust implementation for Hibiki, a real-time speech-to-speech translation model.
You will need a recent version of the Rust toolchain.
To compile GPU support, you will also need the CUDA properly installed for your GPU, in particular with nvcc
.
cd hibiki-rs
wget https://github.com/kyutai-labs/moshi/raw/refs/heads/main/data/sample_fr_hibiki_crepes.mp3
cargo run --features metal -r -- gen sample_fr_hibiki_crepes.mp3 out_en.wav
The present code is provided under the Apache license.