Skip to content

Commit

Permalink
upgrade ray to 1.0 (intel-analytics#3257)
Browse files Browse the repository at this point in the history
* upgrade ray to 1.0

fix automl

ray port

* fix tests

* fix bug

* fix bug

* fix tests

* fix example

* fix example

* fix tests

* change back

* comment out test

* upate setup
  • Loading branch information
yangw1234 committed Mar 9, 2021
1 parent 75555df commit bdd2b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dllib/src/bigdl/dllib/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def to_sample_rdd(x, y, sc, num_slices=None):
def get_node_ip():
"""
This function is ported from ray to get the ip of the current node. In the settings where
Ray is not involved, calling ray.services.get_node_ip_address would introduce Ray overhead.
Ray is not involved, calling ray._private.services.get_node_ip_address would introduce Ray overhead.
"""
import socket
import errno
Expand Down

0 comments on commit bdd2b07

Please sign in to comment.