From dd5cbcbeeff4400822d79b4a9532438108733e91 Mon Sep 17 00:00:00 2001 From: laurent Date: Fri, 20 Jun 2025 08:12:12 +0200 Subject: [PATCH] Add some moshi-swift details to the readme. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48224f4..02f750c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ with version 0.2.6 or later, which can be installed via pip. python -m moshi.run_inference --hf-repo kyutai/stt-2.6b-en bria.mp3 ``` -If you have `uv` installed, you can skip the installation step and run directly: +If you have [uv](https://docs.astral.sh/uv/) installed, you can skip the installation step and run directly: ```bash uvx --with moshi python -m moshi.run_inference --hf-repo kyutai/stt-2.6b-en bria.mp3 ``` @@ -128,12 +128,16 @@ with version 0.2.6 or later, which can be installed via pip. python -m moshi_mlx.run_inference --hf-repo kyutai/stt-2.6b-en-mlx bria.mp3 --temp 0 ``` -If you have `uv` installed, you can skip the installation step and run directly: +If you have [uv](https://docs.astral.sh/uv/) installed, you can skip the installation step and run directly: ```bash uvx --with moshi-mlx python -m moshi_mlx.run_inference --hf-repo kyutai/stt-2.6b-en-mlx bria.mp3 --temp 0 ``` It will install the moshi package in a temporary environment and run the speech-to-text. +The MLX models can also be used in swift using the [moshi-swift +codebase](https://github.com/kyutai-labs/moshi-swift), the 1b model has been +tested to work fine on an iPhone 16 Pro. + ## Text-to-Speech We're in the process of open-sourcing our TTS models. Check back for updates!