Skip to content

Commit

Permalink
Drop DEFAULT_WORKER_EXECUTABLE from build_julia_worker_command (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored and glennmoy committed Sep 27, 2023
1 parent e9fa45d commit 5d72ec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ray/_private/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,6 @@ def build_julia_worker_command(
command = [
sys.executable,
setup_worker_path,
DEFAULT_WORKER_EXECUTABLE,
f"--ray_plasma_store_socket_name={plasma_store_name}",
f"--ray_raylet_socket_name={raylet_name}",
"--ray_node_manager_port=RAY_NODE_MANAGER_PORT_PLACEHOLDER",
Expand Down

0 comments on commit 5d72ec3

Please sign in to comment.