Bump the moshi version.

This commit is contained in:
laurent 2025-07-16 16:02:28 +02:00
parent baf0c75bba
commit 89a2ced839
2 changed files with 3 additions and 3 deletions

View File

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

View File

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