-
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
GPU/GRAM usage for workers and actors and nodes #13889
Comments
@edoakes My Ray dev setup is on Apple Macbook Pro M1 (2020), which has 8 Core GPU. I trying running the Dev Ray with below command:
But I'm not able to see the GPU column on Dashboard. What am I missing here. |
Hey @hegdeashwin I responded on slack, but currently hte column only renders if you have a GPU installed in the cluster Here is the relevant code that gets GPU usage: This will be returned in the proto to the frontend and it doesn't render the GPU column if nothing is returned. It might be nice to add something like a FAKE_GPU_USAGE env variable that would cause this to return some random numbers to test without actually having a GPU. |
Support a GPU column for the new dashboard Have first node be default expanded Signed-off-by: Alan Guo [email protected] fixes #13889 Addresses comment from #26996
Support a GPU column for the new dashboard Have first node be default expanded Signed-off-by: Alan Guo [email protected] fixes #13889 Addresses comment from #26996
Support a GPU column for the new dashboard Have first node be default expanded Signed-off-by: Alan Guo [email protected] fixes #13889 Addresses comment from #26996
Support a GPU column for the new dashboard Have first node be default expanded Signed-off-by: Alan Guo [email protected] fixes ray-project#13889 Addresses comment from ray-project#26996 Signed-off-by: Stefan van der Kleij <[email protected]>
In the existing dashboard we can see both GPU usage and GRAM usage for workers.
The text was updated successfully, but these errors were encountered: