From a85634a32a6c375778351d538b68695228fd5941 Mon Sep 17 00:00:00 2001 From: liushz Date: Wed, 23 Aug 2023 10:56:21 +0800 Subject: [PATCH] [Enhancement] Update run.py (#247) * Update run.py * Update run.py --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 78a405bb..2440a700 100644 --- a/run.py +++ b/run.py @@ -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. '