Fix: disable multiprocessing for bert_gen due to pyopenjtalk_worker

This commit is contained in:
litagin02
2024-03-13 17:12:12 +09:00
parent b71e304fe9
commit 67f19ba627
3 changed files with 11 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ preprocess_text:
bert_gen:
config_path: "config.json"
num_processes: 2
num_processes: 1
device: "cuda"
use_multi_device: false