-
Notifications
You must be signed in to change notification settings - Fork 54
Ray cluster headgroup resources #190
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
Comments
Yes, we should definitely make the head group configurable. |
It's blocking for #292. Let's add it to the backlog. |
I'm joining this issue, but with an opposite use case, we run a big Ray cluster (216 workers), and it requires a head with at least 9 core CPU and 64G memory. |
This was referenced Oct 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should we allow configurable [headgroup resources] ? (for development on a laptop with 8cpu x 16gb ram)
(
codeflare-sdk/src/codeflare_sdk/templates/base-template.yaml
Lines 145 to 152 in 52b94c4
The resources allocation with only the codeflare-stack (w/o any ODH component) was:
Creating a cluster on OpenShift local on a 8cpu x 16gb workstation would fail with insufficient resources.
cluster = Cluster(ClusterConfiguration(namespace="default", name="torch", min_worker=1, max_worker=1, min_cpus=1, max_cpus=1, min_memory=1, max_memory=1, gpu=0, instascale=False))
My openshift local config:
The text was updated successfully, but these errors were encountered: