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 c966cfa commit 402b03eCopy full SHA for 402b03e
1 file changed
xlml/apis/task.py
@@ -368,13 +368,14 @@ def run(
368
"""
369
with TaskGroup(group_id=self.task_test_config.benchmark_id) as group:
370
run_model, gcs_path = self.run_model(
371
- gcs_location,
372
- use_vertex_tensorboard,
373
- use_pathways,
374
- ramdisk_directory,
375
- mtc_enabled,
376
- xpk_branch,
377
- max_restart,
+ gcs_location=gcs_location,
+ use_vertex_tensorboard=use_vertex_tensorboard,
+ use_pathways=use_pathways,
+ skip_post_process=skip_post_process,
+ ramdisk_directory=ramdisk_directory,
+ mtc_enabled=mtc_enabled,
+ xpk_branch=xpk_branch,
378
+ max_restart=max_restart,
379
)
380
if not skip_post_process:
381
_ = run_model >> self.post_process(gcs_path)
0 commit comments