From 720585e42a1c2c420de3a25d8980e993f2247bef Mon Sep 17 00:00:00 2001 From: Revital Sur Date: Tue, 5 Nov 2024 12:37:20 -0600 Subject: [PATCH] Minor change after testing. Signed-off-by: Revital Sur --- .../superworkflows/ray/kfp_v1/superworkflow_code_sample_wf.py | 2 +- .../superworkflows/ray/kfp_v1/superworkflow_dedups_sample_wf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kfp/superworkflows/ray/kfp_v1/superworkflow_code_sample_wf.py b/examples/kfp/superworkflows/ray/kfp_v1/superworkflow_code_sample_wf.py index d0e5d8872..bc2ffa5be 100644 --- a/examples/kfp/superworkflows/ray/kfp_v1/superworkflow_code_sample_wf.py +++ b/examples/kfp/superworkflows/ray/kfp_v1/superworkflow_code_sample_wf.py @@ -70,7 +70,7 @@ def sample_code_ray_orchestrator( p2_pipeline_additional_params: str = '{"wait_interval": 2, "wait_cluster_ready_tmout": 400, "wait_cluster_up_tmout": 300, "wait_job_ready_tmout": 400, "wait_print_tmout": 30, "http_retries": 5, "delete_cluster_delay_minutes": 0}', p2_pipeline_data_s3_access_secret: str = "s3-secret", p2_pipeline_runtime_code_location: dict = {'github': 'github', 'commit_hash': '12345', 'path': 'path'}, - p2_pipeline_runtime_actor_options: dict = {'num_cpus': 0.8}, + p2_pipeline_runtime_actor_options: dict = {'num_cpus': 0.7}, p2_pipeline_data_max_files: int = -1, p2_pipeline_data_num_samples: int = -1, # code to parquet step parameters diff --git a/examples/kfp/superworkflows/ray/kfp_v1/superworkflow_dedups_sample_wf.py b/examples/kfp/superworkflows/ray/kfp_v1/superworkflow_dedups_sample_wf.py index 6cd1e9689..a27eeff17 100644 --- a/examples/kfp/superworkflows/ray/kfp_v1/superworkflow_dedups_sample_wf.py +++ b/examples/kfp/superworkflows/ray/kfp_v1/superworkflow_dedups_sample_wf.py @@ -47,7 +47,7 @@ def sample_ray_orchestrator( p2_pipeline_additional_params: str = '{"wait_interval": 2, "wait_cluster_ready_tmout": 400, "wait_cluster_up_tmout": 300, "wait_job_ready_tmout": 400, "wait_print_tmout": 30, "http_retries": 5, "delete_cluster_delay_minutes": 0}', p2_pipeline_data_s3_access_secret: str = "s3-secret", p2_pipeline_runtime_code_location: dict = {'github': 'github', 'commit_hash': '12345', 'path': 'path'}, - p2_pipeline_runtime_actor_options: dict = {'num_cpus': 0.8}, + p2_pipeline_runtime_actor_options: dict = {'num_cpus': 0.7}, # data access. p2_pipeline_data_max_files: int = -1, p2_pipeline_data_num_samples: int = -1,