Change to use thread pool executor for multiprocess

This commit is contained in:
litagin02
2024-02-07 19:54:38 +09:00
parent 11e509a5d9
commit f1429242b2
3 changed files with 27 additions and 18 deletions

View File

@@ -42,7 +42,7 @@
"%cd Style-Bert-VITS2/\n",
"!pip install -r requirements.txt\n",
"!apt install libcublas11\n",
"!python initialize.py"
"!python initialize.py --skip_jvnv"
]
},
{