Docs and bump default pytorch version to 2.2.1 latest

This commit is contained in:
litagin02
2024-03-15 21:25:24 +09:00
parent e42991f7e3
commit 1a8a7edb9c
5 changed files with 5 additions and 15 deletions

View File

@@ -28,7 +28,7 @@
"\n",
"Style-Bert-VITS2の環境をcolab上に構築します。グラボモードが有効になっていることを確認し、以下のセルを順に実行してください。\n",
"\n",
"最近のcolabのアップデートにより、エラーダイアログ「WARNING: The following packages were previously imported in this runtime: [pydevd_plugins]」が出るが、「キャンセル」を選択して続行してください。"
"**最近のcolabのアップデートにより、エラーダイアログ「WARNING: The following packages were previously imported in this runtime: [pydevd_plugins]」が出るが、「キャンセル」を選択して続行してください。**"
]
},
{
@@ -43,7 +43,6 @@
"!git clone https://github.com/litagin02/Style-Bert-VITS2.git\n",
"%cd Style-Bert-VITS2/\n",
"!pip install -r requirements.txt\n",
"# !apt install libcublas11\n",
"!python initialize.py --skip_jvnv"
]
},