From 89a2ced839f40ecbaa8d193268d713d641db2cf6 Mon Sep 17 00:00:00 2001 From: laurent Date: Wed, 16 Jul 2025 16:02:28 +0200 Subject: [PATCH] Bump the moshi version. --- scripts/tts_pytorch.py | 2 +- tts_pytorch.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/tts_pytorch.py b/scripts/tts_pytorch.py index 5ce2f08..23ef55f 100644 --- a/scripts/tts_pytorch.py +++ b/scripts/tts_pytorch.py @@ -1,7 +1,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "moshi==0.2.8", +# "moshi==0.2.10", # "torch", # "sphn", # "sounddevice", diff --git a/tts_pytorch.ipynb b/tts_pytorch.ipynb index e2702e6..2d6acc7 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.8\"\n", + "!pip install --no-deps \"moshi==0.2.10\"\n", "# Slow install (will download torch and cuda), but future proof.\n", - "# !pip install \"moshi==0.2.8\"" + "# !pip install \"moshi==0.2.10\"" ] }, {