-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Core]: ray start
throws ValueError: acceleratorType should match v(generation)-(cores/chips). Got .
#40001
Comments
ray start
throws ValueError:
acceleratorType should match v(generation)-(cores/chips). Got .
ray start
throws ValueError: acceleratorType should match v(generation)-(cores/chips). Got .
I believe it is the same issue as #39913. Can you try the master Ray and verify if it is the case? (https://docs.ray.io/en/master/ray-overview/installation.html#daily-releases-nightlies). We are planning to include the fix to 2.7.1 release which is planned on 10/9 |
This works for manually starting ray: |
Does it raise the same error? |
No, it starts the head node, but other nodes are left uninitialized. |
Duplicate of #39913 |
What happened + What you expected to happen
After fresh venv install, ray fails to start. After cluster launcher stopped working, starting ray manually on a local cluster was the only option. Now even this doesn't work. The same exception is thrown when running
ray.init()
.Versions / Dependencies
Python 3.9.18
ray 2.7.0
OS: Manjaro 23.0.2
env.yaml:
Reproduction script
RAY_memory_monitor_refresh_ms=0 ray start --address='192.168.0.101:6379`
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: