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

Set suggestion resource requests/limits per run #1976

Open
dandawg opened this issue Oct 19, 2022 · 5 comments
Open

Set suggestion resource requests/limits per run #1976

dandawg opened this issue Oct 19, 2022 · 5 comments

Comments

@dandawg
Copy link

dandawg commented Oct 19, 2022

/kind feature

Describe the solution you'd like
When submitting a katib experiment, I would like to be able to set custom suggestion resource requests/limits values that override the default requests/limits set in the config. At present, the suggestion resources are set in the global config, which applies to all runs.

Anything else you would like to add:
We have many different use-cases for Katib tuning, and some use cases (for example, those with many trials/many params) require more suggestion resources. It would be nice to be able to tweak the suggestion resources on a per-run level, or on a per-namespace level--although I recognize the latter probably requires more work.


Love this feature? Give it a 👍 We prioritize the features with the most 👍

@tenzen-y
Copy link
Member

@dandawg Thanks for creating this!
We can overwrite resource requests/limits to suggestion services as shown below:

"enas": {
"image": "docker.io/kubeflowkatib/suggestion-enas:latest",
"resources": {
"limits": {
"memory": "200Mi"
}
}
},

@tenzen-y
Copy link
Member

Or, does that mean you'd like to set resource requests/limits to suggestion services per Experiment?

@johnugeorge
Copy link
Member

Per experiment. Also, there are requests to add more fields to be exposed for suggestion deployment. Ref: #1737

Or, does that mean you'd like to set resource requests/limits to suggestion services per Experiment?

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@tenzen-y
Copy link
Member

tenzen-y commented Sep 7, 2023

/lifecycle frozen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants