From 5e693debc7611a8a544e9b4d82f5d7aaddfcec68 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 8 Jul 2025 16:02:59 +0200 Subject: [PATCH] Use the latest moshi-mlx. --- scripts/stt_from_file_mlx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stt_from_file_mlx.py b/scripts/stt_from_file_mlx.py index ed82296..f255b7a 100644 --- a/scripts/stt_from_file_mlx.py +++ b/scripts/stt_from_file_mlx.py @@ -2,7 +2,7 @@ # requires-python = ">=3.12" # dependencies = [ # "huggingface_hub", -# "moshi_mlx", +# "moshi_mlx==0.2.10", # "numpy", # "sentencepiece", # "sounddevice",