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": {

View File

@@ -69,5 +69,5 @@
"use_spectral_norm": false,
"gin_channels": 256
},
"version": "2.6.1"
"version": "2.7.0"
}

View File

@@ -76,5 +76,5 @@
"initial_channel": 64
}
},
"version": "2.6.1-JP-Extra"
"version": "2.7.0-JP-Extra"
}

View File

@@ -4,7 +4,7 @@ from style_bert_vits2.utils.strenum import StrEnum
# Style-Bert-VITS2 のバージョン
VERSION = "2.6.1"
VERSION = "2.7.0"
# Style-Bert-VITS2 のベースディレクトリ
BASE_DIR = Path(__file__).parent.parent