From a783afd077a61b6dc7add29d7bdd0a2926704c57 Mon Sep 17 00:00:00 2001 From: laurent Date: Wed, 18 Jun 2025 11:05:28 +0200 Subject: [PATCH] Mention the pypi packages. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9d4b9fd..db70e9f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ The main model handles english only, it has ~2.6b parameters. Open In Colab +This requires the [moshi package](https://pypi.org/project/moshi/) +with version 0.2.5 or later, which can be installed via pip. ```bash # wget https://github.com/metavoiceio/metavoice-src/raw/main/assets/bria.mp3 @@ -21,6 +23,9 @@ python -m moshi.run_inference --hf-repo kyutai/stt-2.6b-en bria.mp3 #### MLX implementation [[Hugging Face]](https://huggingface.co/kyutai/stt-2.6b-en-mlx) +This requires the [moshi-mlx package](https://pypi.org/project/moshi-mlx/) +with version 0.2.5 or later, which can be installed via pip. + ```bash # wget https://github.com/metavoiceio/metavoice-src/raw/main/assets/bria.mp3 python -m moshi_mlx.run_inference --hf-repo kyutai/stt-2.6b-en-mlx bria.mp3 --temp 0