Use moshi 0.2.8.
This commit is contained in:
parent
bfc200f6ee
commit
91a4d120cb
|
|
@ -1,7 +1,7 @@
|
|||
# /// script
|
||||
# requires-python = ">=3.12"
|
||||
# dependencies = [
|
||||
# "moshi==0.2.7",
|
||||
# "moshi==0.2.8",
|
||||
# "torch",
|
||||
# "sphn",
|
||||
# "sounddevice",
|
||||
|
|
|
|||
|
|
@ -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.7\"\n",
|
||||
"!pip install --no-deps \"moshi==0.2.8\"\n",
|
||||
"# Slow install (will download torch and cuda), but future proof.\n",
|
||||
"# !pip install \"moshi==0.2.7\""
|
||||
"# !pip install \"moshi==0.2.8\""
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user