Bump the version numbers. (#91)
This commit is contained in:
parent
5f17114618
commit
ab8e8c59b7
|
|
@ -2,7 +2,7 @@
|
||||||
# requires-python = ">=3.12"
|
# requires-python = ">=3.12"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "huggingface_hub",
|
# "huggingface_hub",
|
||||||
# "moshi_mlx==0.2.10",
|
# "moshi_mlx==0.2.12",
|
||||||
# "numpy",
|
# "numpy",
|
||||||
# "sentencepiece",
|
# "sentencepiece",
|
||||||
# "sounddevice",
|
# "sounddevice",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# "julius",
|
# "julius",
|
||||||
# "librosa",
|
# "librosa",
|
||||||
# "soundfile",
|
# "soundfile",
|
||||||
# "moshi==0.2.9",
|
# "moshi==0.2.11",
|
||||||
# ]
|
# ]
|
||||||
# ///
|
# ///
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# requires-python = ">=3.12"
|
# requires-python = ">=3.12"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "huggingface_hub",
|
# "huggingface_hub",
|
||||||
# "moshi_mlx==0.2.10",
|
# "moshi_mlx==0.2.12",
|
||||||
# "numpy",
|
# "numpy",
|
||||||
# "rustymimi",
|
# "rustymimi",
|
||||||
# "sentencepiece",
|
# "sentencepiece",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# requires-python = ">=3.12"
|
# requires-python = ">=3.12"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "huggingface_hub",
|
# "huggingface_hub",
|
||||||
# "moshi_mlx==0.2.11",
|
# "moshi_mlx==0.2.12",
|
||||||
# "numpy",
|
# "numpy",
|
||||||
# "sounddevice",
|
# "sounddevice",
|
||||||
# ]
|
# ]
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# requires-python = ">=3.12"
|
# requires-python = ">=3.12"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "huggingface_hub",
|
# "huggingface_hub",
|
||||||
# "moshi_mlx==0.2.11",
|
# "moshi_mlx==0.2.12",
|
||||||
# "numpy",
|
# "numpy",
|
||||||
# "sounddevice",
|
# "sounddevice",
|
||||||
# ]
|
# ]
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# /// script
|
# /// script
|
||||||
# requires-python = ">=3.12"
|
# requires-python = ">=3.12"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "moshi==0.2.10",
|
# "moshi==0.2.11",
|
||||||
# "torch",
|
# "torch",
|
||||||
# "sphn",
|
# "sphn",
|
||||||
# "sounddevice",
|
# "sounddevice",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# /// script
|
# /// script
|
||||||
# requires-python = ">=3.12"
|
# requires-python = ">=3.12"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "moshi==0.2.10",
|
# "moshi==0.2.11",
|
||||||
# "torch",
|
# "torch",
|
||||||
# "sphn",
|
# "sphn",
|
||||||
# "sounddevice",
|
# "sounddevice",
|
||||||
|
|
|
||||||
|
|
@ -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.10\"\n",
|
"!pip install --no-deps \"moshi==0.2.11\"\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.10\""
|
"# !pip install \"moshi==0.2.11\""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user