Skip to content

Commit

Permalink
Change the args for tpch launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 19, 2024
1 parent 3e0882e commit 2378e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def run(
branch_name=branch_name,
inputs={
"cluster_profile": cluster_profile,
"working_dir": "benchmarking/tpcds",
"entrypoint_script": "ray_entrypoint.py",
"working_dir": "benchmarking/tpch",
"entrypoint_script": "ray_job_runner.py",
"entrypoint_args": entrypoint_args,
"env_vars": env_vars,
},
Expand Down

0 comments on commit 2378e68

Please sign in to comment.