update readme

This commit is contained in:
lyuxiang.lx
2024-10-16 12:59:57 +08:00
parent ea7d709fbb
commit 555efd0301
3 changed files with 2 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ def get_args():
choices=['model_only', 'model+optimizer'],
help='save model/optimizer states')
parser.add_argument('--timeout',
default=30,
default=60,
type=int,
help='timeout (in seconds) of cosyvoice_join.')
parser = deepspeed.add_config_arguments(parser)