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

[Bug]: ray version problem #5861

Closed
zxcdsa45687 opened this issue Jun 26, 2024 · 3 comments · Fixed by #6039
Closed

[Bug]: ray version problem #5861

zxcdsa45687 opened this issue Jun 26, 2024 · 3 comments · Fixed by #6039
Assignees
Labels
bug Something isn't working

Comments

@zxcdsa45687
Copy link

Your current environment

ray= 2.10.0

🐛 Describe the bug

New additions in #5748 from ray.exceptions import ActorDiedError, but only in ray>=2.11.0, Now ray =2.9 in the requirements-cuda.txt file, loading the model will fail after the source code is compiled

@zxcdsa45687 zxcdsa45687 added the bug Something isn't working label Jun 26, 2024
@zxcdsa45687
Copy link
Author

ActorDiedError is available only in ray >=2.11.0 versions . The current ray>=2.9 raises an error

@zxcdsa45687
Copy link
Author

And after ray>2.10.0, python=3.8 is no longer supported

@DarkLight1337
Copy link
Member

Closed #6033 as completed via #6039.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants