Improve: Adjusted the default Execution Provider options
This commit is contained in:
@@ -60,7 +60,7 @@ class TTSModel:
|
||||
config_path: Union[Path, HyperParameters],
|
||||
style_vec_path: Union[Path, NDArray[Any]],
|
||||
device: str = "cpu",
|
||||
onnx_providers: Sequence[Union[str, tuple[str, dict[str, Any]]]] = ["CPUExecutionProvider"],
|
||||
onnx_providers: Sequence[Union[str, tuple[str, dict[str, Any]]]] = [("CPUExecutionProvider", {"arena_extend_strategy": "kSameAsRequested"})],
|
||||
) -> None: # fmt: skip
|
||||
"""
|
||||
Style-Bert-VITS2 の音声合成モデルを初期化する。
|
||||
|
||||
Reference in New Issue
Block a user