Skip to content

Commit

Permalink
Minor change after testing.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Nov 5, 2024
1 parent c687c98 commit 720585e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 720585e

Please sign in to comment.