We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2324c71 commit 8d76fd5Copy full SHA for 8d76fd5
flytekit/clis/sdk_in_container/run.py
@@ -229,7 +229,7 @@ class RunLevelParams(PyFlyteParams):
229
type=str,
230
callback=resource_callback,
231
help="This overrides default task resource limits for tasks that have no statically defined resource limits in their task decorator. "
232
- """Example usage: --resource-limits 'cpu=1,mem=2Gi,gpu=1'""",
+ "Example usage: --resource-limits 'cpu=1,mem=2Gi,gpu=1'",
233
)
234
235
tags: typing.List[str] = make_click_option_field(
0 commit comments