Go to file
2025-06-16 21:39:36 +02:00
.gitignore Initial commit 2025-06-16 21:36:53 +02:00
README.md Update README.md 2025-06-16 21:39:36 +02:00

delayed-streams-modeling

Delayed Streams Modeling (DSM) is a flexible formulation for streaming, multimodal sequence-to-sequence learning.

Speech To Text

PyTorch implementation

python -m moshi.run_inference --hf-repo kyutai/stt input.mp3

MLX implementation

python -m moshi_mlx.run_inference --hf-repo kyutai/stt-mlx ~/tmp/bria-24khz.mp3 --temp 0

License

The present code is provided under the MIT license for the Python parts, and Apache license for the Rust backend. The web client code is provided under the MIT license. Note that parts of this code is based on AudioCraft, released under the MIT license.

The weights for the models are released under the CC-BY 4.0 license.