Fix: colab torchvision bug, explicit torchaudio version

This commit is contained in:
litagin02
2024-09-09 15:31:30 +09:00
parent a4e5955000
commit 38adf43924
8 changed files with 12 additions and 6 deletions

View File

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