We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEFAULT_WORKER_EXECUTABLE
build_julia_worker_command
1 parent e9fa45d commit 5d72ec3Copy full SHA for 5d72ec3
python/ray/_private/services.py
@@ -1881,7 +1881,6 @@ def build_julia_worker_command(
1881
command = [
1882
sys.executable,
1883
setup_worker_path,
1884
- DEFAULT_WORKER_EXECUTABLE,
1885
f"--ray_plasma_store_socket_name={plasma_store_name}",
1886
f"--ray_raylet_socket_name={raylet_name}",
1887
"--ray_node_manager_port=RAY_NODE_MANAGER_PORT_PLACEHOLDER",
0 commit comments