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

Ray.jl driver validates Raylet version is compatible #175

Open
omus opened this issue Sep 29, 2023 · 1 comment
Open

Ray.jl driver validates Raylet version is compatible #175

omus opened this issue Sep 29, 2023 · 1 comment

Comments

@omus
Copy link
Member

omus commented Sep 29, 2023

The ray project is setup as a monorepo. This setup ensures that language and backend support are in lock step. With Ray.jl being a separate repo from the ray project we should utilize a runtime check to ensure that the backend the Ray.jl driver is connecting to is a version of ray that Ray.jl can work with.

As we currently use a custom fork of ray this check is a little more difficult to pull off unless we have some kind of feature query setup.

@omus omus changed the title Ray.jl driver performs validates Raylet is version compatible Ray.jl driver validates Raylet version is compatible Oct 2, 2023
@omus
Copy link
Member Author

omus commented Oct 18, 2023

Related changes to querying the raylet for information about itself: #202

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

No branches or pull requests

1 participant