mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
[Core] Added ability to specify different IP addresses for a core worker and its raylet. (#7985)
This commit is contained in:
@@ -195,6 +195,7 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
c_bool install_failure_signal_handler
|
||||
c_string node_ip_address
|
||||
int node_manager_port
|
||||
c_string raylet_ip_address
|
||||
c_string driver_name
|
||||
c_string stdout_file
|
||||
c_string stderr_file
|
||||
|
||||
Reference in New Issue
Block a user