You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added?
Shall we allow AI Practitioners to set dataset and model initializers directly on a TrainJob even when the selected TrainingRuntime or 'ClusterTrainingRuntime' has none?
This could be exposed via the Trainer SDK options - like WithInitializer() and WithDatasetInitializer(),WithModelInitializer().
This enables running only a data initializer, only a model initializer, or both, without creating multiple runtimes. But AI Practitioners will be responsible to set Volumes / volumeMounts, image etc.
cc @kubeflow/kubeflow-sdk-team @kubeflow/kubeflow-trainer-team