Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
opencompass
Commits
a85634a3
Unverified
Commit
a85634a3
authored
Aug 23, 2023
by
liushz
Committed by
GitHub
Aug 23, 2023
Browse files
[Enhancement] Update run.py (#247)
* Update run.py * Update run.py
parent
0d574c03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run.py
run.py
+1
-1
No files found.
run.py
View file @
a85634a3
...
...
@@ -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. '
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment