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 5870911 commit a657226Copy full SHA for a657226
1 file changed
src/grouping_trainer/launch.py
@@ -402,7 +402,7 @@ def _gce_create_cmd(
402
f"--reservation-affinity={config.reservation_affinity}",
403
]
404
if provisioning_model == "FLEX_START":
405
- args.append("--request-valid-for-duration=1h")
+ args.append("--request-valid-for-duration=6h")
406
if config.accelerator:
407
args.append(f"--accelerator={config.accelerator}")
408
if not wait_for_instance_creation:
0 commit comments