[Enhancement] Update run.py (#247)

* Update run.py

* Update run.py
This commit is contained in:
liushz 2023-08-23 10:56:21 +08:00 committed by GitHub
parent 0d574c036f
commit a85634a32a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.py
View File

@ -102,7 +102,7 @@ def parse_args():
help='Max task to run in parallel on one GPU. '
'It will only be used in the local runner.',
type=int,
default=32)
default=1)
parser.add_argument(
'--retry',
help='Number of retries if the job failed when using slurm or dlc. '