We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a CPU-only kubernetes cluster, the ray cluster shows 1 GPU available, which is incorrect. Ssh into node and run ray status:
ray status
(base) sky@test-2ea4-ray-head:~$ ray status ======== Autoscaler status: 2023-09-25 23:08:16.304098 ======== Node status --------------------------------------------------------------- Healthy: 1 ray_head_default Pending: (no pending nodes) Recent failures: (no failures) Resources --------------------------------------------------------------- Usage: 0.0/2.0 CPU 0.0/1.0 GPU 0B/2.00GiB memory 0B/476.84MiB object_store_memory Demands: (no resource demands)
Repro:
sky local up
sky launch -c test --cloud kubernetes -y
ssh test
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
On a CPU-only kubernetes cluster, the ray cluster shows 1 GPU available, which is incorrect. Ssh into node and run
ray status
:Repro:
sky local up
- this creates a CPU only clustersky launch -c test --cloud kubernetes -y
ssh test
ray status
The text was updated successfully, but these errors were encountered: