We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc3d9a commit 2324c71Copy full SHA for 2324c71
flytekit/clis/sdk_in_container/run.py
@@ -218,7 +218,7 @@ class RunLevelParams(PyFlyteParams):
218
type=str,
219
callback=resource_callback,
220
help="This overrides default task resource requests for tasks that have no statically defined resource requests in their task decorator. "
221
- """Example usage: --resource-requests 'cpu=1,mem=2Gi,gpu=1'""",
+ "Example usage: --resource-requests 'cpu=1,mem=2Gi,gpu=1'",
222
)
223
224
resource_limits: typing.Optional[Resources] = make_click_option_field(
0 commit comments