Use moshi 0.2.8.

This commit is contained in:
laurent 2025-07-07 08:12:16 +02:00
parent bfc200f6ee
commit 91a4d120cb
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# /// script # /// script
# requires-python = ">=3.12" # requires-python = ">=3.12"
# dependencies = [ # dependencies = [
# "moshi==0.2.7", # "moshi==0.2.8",
# "torch", # "torch",
# "sphn", # "sphn",
# "sounddevice", # "sounddevice",

View File

@ -9,9 +9,9 @@
"source": [ "source": [
"# Fast install, might break in the future.\n", "# Fast install, might break in the future.\n",
"!pip install 'sphn<0.2'\n", "!pip install 'sphn<0.2'\n",
"!pip install --no-deps \"moshi==0.2.7\"\n", "!pip install --no-deps \"moshi==0.2.8\"\n",
"# Slow install (will download torch and cuda), but future proof.\n", "# Slow install (will download torch and cuda), but future proof.\n",
"# !pip install \"moshi==0.2.7\"" "# !pip install \"moshi==0.2.8\""
] ]
}, },
{ {