Bump ver, rename configs_jp_extra to config_jp_extra for consistency

This commit is contained in:
litagin02
2024-03-15 12:34:54 +09:00
parent 3d8b60c03c
commit 432edcc52b
5 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,6 +1,6 @@
"""
Style-Bert-VITS2 モデルのハイパーパラメータを表す Pydantic モデル。
デフォルト値は configs/configs_jp_extra.json 内の定義と概ね同一で、
デフォルト値は configs/config_jp_extra.json 内の定義と概ね同一で、
万が一ロードした config.json に存在しないキーがあった際のフェイルセーフとして適用される。
"""