Interactive Jobs w/ Ray Client

# Ray in open source:
ray.init("ray://<ip_address>:<port>")
# Ray on Anyscale:
ray.init("anyscale://my_cluster")Last updated
Was this helpful?

# Ray in open source:
ray.init("ray://<ip_address>:<port>")
# Ray on Anyscale:
ray.init("anyscale://my_cluster")Last updated
Was this helpful?
Was this helpful?
# Ray in open source:
RAY_ADDRESS=111.222.101.202 python your_script.py
# Ray on Anyscale:
RAY_ADDRESS=anyscale://my_cluster python your_script.py