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\"" ] }, {