We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c66dc1 commit cfebb0dCopy full SHA for cfebb0d
run.py
@@ -208,7 +208,6 @@ def read_cli_arguments(envs: Envs) -> _CLIArgs:
208
parser.add_argument(
209
"--use_gpu",
210
action=argparse.BooleanOptionalAction,
211
- default=False,
212
help=(
213
"GPUを使って音声合成するか設定します。指定しない場合、代わりに環境変数 VV_USE_GPU の値が使われます。"
214
"VV_USE_GPU の値が1の場合はGPUを使用し、0または空文字、値がない場合は使用されません。"
0 commit comments