Spaces:
Runtime error
Runtime error
Update config.json5
Browse files- config.json5 +1 -1
config.json5
CHANGED
@@ -76,7 +76,7 @@
|
|
76 |
// The number of CPU cores to use for VAD pre-processing.
|
77 |
"vad_cpu_cores": 1,
|
78 |
// The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
|
79 |
-
"vad_process_timeout":
|
80 |
// True to use all available GPUs and CPU cores for processing. Use vad_cpu_cores/vad_parallel_devices to specify the number of CPU cores/GPUs to use.
|
81 |
"auto_parallel": false,
|
82 |
// Directory to save the outputs (CLI will use the current directory if not specified)
|
|
|
76 |
// The number of CPU cores to use for VAD pre-processing.
|
77 |
"vad_cpu_cores": 1,
|
78 |
// The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
|
79 |
+
"vad_process_timeout": 3600,
|
80 |
// True to use all available GPUs and CPU cores for processing. Use vad_cpu_cores/vad_parallel_devices to specify the number of CPU cores/GPUs to use.
|
81 |
"auto_parallel": false,
|
82 |
// Directory to save the outputs (CLI will use the current directory if not specified)
|