Skip to content

Commit

Permalink
fix the repo_lvl_store_ray_cpus input parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
  • Loading branch information
roytman committed Oct 4, 2024
1 parent f69c0d8 commit 0964481
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
EXEC_SCRIPT_NAME: str = "repo_level_order_transform_ray.py"

# components
base_kfp_image = "quay.io/dataprep1/data-prep-kit/kfp-data-processing:latest"
base_kfp_image = "quay.io/dataprep1/data-prep-kit/kfp-data-processing_v2:latest"

# path to kfp component specifications files
component_spec_path = "../../../../kfp/kfp_ray_components/"
Expand Down Expand Up @@ -138,7 +138,7 @@ def repo_level_order(
repo_lvl_grouping_column: str = "repo_name",
repo_lvl_store_type: str = "ray",
repo_lvl_store_backend_dir: str = "",
repo_lvl_store_ray_cpus: float = "0.5",
repo_lvl_store_ray_cpus: float = 0.5,
repo_lvl_store_ray_nworkers: int = 1,
repo_lvl_sorting_enabled: bool = False,
repo_lvl_sorting_algo: str = "SORT_BY_PATH",
Expand Down

0 comments on commit 0964481

Please sign in to comment.