mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
parent
0d574c036f
commit
a85634a32a
2
run.py
2
run.py
@ -102,7 +102,7 @@ def parse_args():
|
|||||||
help='Max task to run in parallel on one GPU. '
|
help='Max task to run in parallel on one GPU. '
|
||||||
'It will only be used in the local runner.',
|
'It will only be used in the local runner.',
|
||||||
type=int,
|
type=int,
|
||||||
default=32)
|
default=1)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--retry',
|
'--retry',
|
||||||
help='Number of retries if the job failed when using slurm or dlc. '
|
help='Number of retries if the job failed when using slurm or dlc. '
|
||||||
|
Loading…
Reference in New Issue
Block a user