Bump ver only

This commit is contained in:
litagin02
2024-11-11 10:18:55 +09:00
parent 2cb5b24244
commit 038d07f4e7
4 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"id": "F7aJhsgLAWvO"
},
"source": [
"# Style-Bert-VITS2 (ver 2.6.1) のGoogle Colabでの学習\n",
"# Style-Bert-VITS2 (ver 2.7.0) のGoogle Colabでの学習\n",
"\n",
"Google Colab上でStyle-Bert-VITS2の学習を行うことができます。\n",
"\n",
@@ -52,7 +52,7 @@
"!curl -LsSf https://astral.sh/uv/install.sh | sh\n",
"!git clone https://github.com/litagin02/Style-Bert-VITS2.git\n",
"%cd Style-Bert-VITS2/\n",
"!uv pip install --system -r requirements-colab.txt\n",
"!uv pip install --system -r requirements-colab.txt --no-progress\n",
"!python initialize.py --skip_default_models"
]
},
@@ -434,7 +434,8 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "venv",
"language": "python",
"name": "python3"
},
"language_info": {