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):
218218 type = str ,
219219 callback = resource_callback ,
220220 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'" ,
222222 )
223223 )
224224 resource_limits : typing .Optional [Resources ] = make_click_option_field (
@@ -229,7 +229,7 @@ class RunLevelParams(PyFlyteParams):
229229 type = str ,
230230 callback = resource_callback ,
231231 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'" ,
233233 )
234234 )
235235 tags : typing .List [str ] = make_click_option_field (
You can’t perform that action at this time.
0 commit comments