File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
flytekit/clis/sdk_in_container Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ class RunLevelParams(PyFlyteParams):
218
218
type = str ,
219
219
callback = resource_callback ,
220
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'"" " ,
221
+ "Example usage: --resource-requests 'cpu=1,mem=2Gi,gpu=1'" ,
222
222
)
223
223
)
224
224
resource_limits : typing .Optional [Resources ] = make_click_option_field (
@@ -229,7 +229,7 @@ class RunLevelParams(PyFlyteParams):
229
229
type = str ,
230
230
callback = resource_callback ,
231
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'"" " ,
232
+ "Example usage: --resource-limits 'cpu=1,mem=2Gi,gpu=1'" ,
233
233
)
234
234
)
235
235
tags : typing .List [str ] = make_click_option_field (
You can’t perform that action at this time.
0 commit comments