diff --git a/scripts/stt_from_file_mlx.py b/scripts/stt_from_file_mlx.py index f255b7a..4065952 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==0.2.10", +# "moshi_mlx==0.2.12", # "numpy", # "sentencepiece", # "sounddevice", diff --git a/scripts/stt_from_file_pytorch.py b/scripts/stt_from_file_pytorch.py index 4af89ff..7069761 100644 --- a/scripts/stt_from_file_pytorch.py +++ b/scripts/stt_from_file_pytorch.py @@ -4,7 +4,7 @@ # "julius", # "librosa", # "soundfile", -# "moshi==0.2.9", +# "moshi==0.2.11", # ] # /// diff --git a/scripts/stt_from_mic_mlx.py b/scripts/stt_from_mic_mlx.py index 003ea7c..e068585 100644 --- a/scripts/stt_from_mic_mlx.py +++ b/scripts/stt_from_mic_mlx.py @@ -2,7 +2,7 @@ # requires-python = ">=3.12" # dependencies = [ # "huggingface_hub", -# "moshi_mlx==0.2.10", +# "moshi_mlx==0.2.12", # "numpy", # "rustymimi", # "sentencepiece", diff --git a/scripts/tts_mlx.py b/scripts/tts_mlx.py index 33d41d2..af2b166 100644 --- a/scripts/tts_mlx.py +++ b/scripts/tts_mlx.py @@ -2,7 +2,7 @@ # requires-python = ">=3.12" # dependencies = [ # "huggingface_hub", -# "moshi_mlx==0.2.11", +# "moshi_mlx==0.2.12", # "numpy", # "sounddevice", # ] diff --git a/scripts/tts_mlx_streaming.py b/scripts/tts_mlx_streaming.py index f0757eb..dc66156 100644 --- a/scripts/tts_mlx_streaming.py +++ b/scripts/tts_mlx_streaming.py @@ -2,7 +2,7 @@ # requires-python = ">=3.12" # dependencies = [ # "huggingface_hub", -# "moshi_mlx==0.2.11", +# "moshi_mlx==0.2.12", # "numpy", # "sounddevice", # ] diff --git a/scripts/tts_pytorch.py b/scripts/tts_pytorch.py index 23ef55f..4091100 100644 --- a/scripts/tts_pytorch.py +++ b/scripts/tts_pytorch.py @@ -1,7 +1,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "moshi==0.2.10", +# "moshi==0.2.11", # "torch", # "sphn", # "sounddevice", diff --git a/scripts/tts_pytorch_streaming.py b/scripts/tts_pytorch_streaming.py index 36e2799..f06ea8c 100644 --- a/scripts/tts_pytorch_streaming.py +++ b/scripts/tts_pytorch_streaming.py @@ -1,7 +1,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "moshi==0.2.10", +# "moshi==0.2.11", # "torch", # "sphn", # "sounddevice", diff --git a/tts_pytorch.ipynb b/tts_pytorch.ipynb index 2d6acc7..e13eed8 100644 --- a/tts_pytorch.ipynb +++ b/tts_pytorch.ipynb @@ -9,9 +9,9 @@ "source": [ "# Fast install, might break in the future.\n", "!pip install 'sphn<0.2'\n", - "!pip install --no-deps \"moshi==0.2.10\"\n", + "!pip install --no-deps \"moshi==0.2.11\"\n", "# Slow install (will download torch and cuda), but future proof.\n", - "# !pip install \"moshi==0.2.10\"" + "# !pip install \"moshi==0.2.11\"" ] }, {