Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to Ray 2.0 #1401

Merged
merged 4 commits into from
Sep 5, 2022
Merged

Upgrading to Ray 2.0 #1401

merged 4 commits into from
Sep 5, 2022

Conversation

pedropgusmao
Copy link
Contributor

Reference Issues/PRs

NA

What does this implement/fix? Explain your changes.

Upgrades Ray version to 2.0.0

Any other comments?

Fixed the Private Variable Access warning by ray.worker.get() to ray.get() as suggested by the API.

@danieljanes
Copy link
Member

Thanks for the PR @pedropgusmao, do we need to change other instances or ray.worker.get as well?

@pedropgusmao
Copy link
Contributor Author

Sorry, I missed the example and two other calls to ray.worker. I checked with grep and couldn't find any other calls. The example also works.

Copy link
Member

@danieljanes danieljanes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update @pedropgusmao, lgtm!

@tanertopal thoughts?

@danieljanes danieljanes merged commit e4c527d into main Sep 5, 2022
@danieljanes danieljanes deleted the upgrade_ray2 branch September 5, 2022 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants