-
Notifications
You must be signed in to change notification settings - Fork 359
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
docs: checkpoint storage note for config policies #10153
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
settings have different uses. Checkpoint storage set for a workspace is a default that can be overridden | ||
by specifying checkpoint storage in experiment configuration. Experiment invariant config is | ||
non-overridable and will replace any workspace defaults as well as user-submitted experiment configs. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
release note description of workspace checkpoint storage:
Checkpoint storage can now be configured at a workspace level. Experiments created in projects will now inherit checkpoint storage configuration from the project's workspace if set. Experiment configuration can override the workspace level checkpoint storage configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternative suggestion:
Checkpoint storage can be configured for workspaces and in experiment invariant settings, but they have different functions. Workspace checkpoint storage serves as a default that can be overridden by experiment configurations, while experiment invariant settings are fixed and will override both workspace defaults and user-defined configurations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(cherry picked from commit 83ea190)
Ticket
Description
Test Plan
Checklist
docs/release-notes/
See Release Note for details.