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
Training operator UATs are using older version of training-operator sdk 1.6.0 ... in order to update to higher version some changes needs to be done in notebook cells.
For 1.8 kubeflow we need training-operator sdk 1.7.0.
For 1.9 kubeflow we need training-operator sdk 1.8.0 (which is currently in release).
What needs to get done
Update kubeflow-training package in tests/notebooks/training/requirements.in to 1.7.0.
Update cells in tests/notebooks/training to work with the updated package.
NOTE: for the 1.9 release we can update the package after they release it.
Definition of Done
kubeflow-training is updated and working in UATs
The text was updated successfully, but these errors were encountered:
Context
Training operator UATs are using older version of training-operator sdk
1.6.0
... in order to update to higher version some changes needs to be done in notebook cells.For
1.8
kubeflow we need training-operator sdk1.7.0
.For
1.9
kubeflow we need training-operator sdk1.8.0
(which is currently in release).What needs to get done
Update
kubeflow-training
package intests/notebooks/training/requirements.in
to1.7.0
.Update cells in
tests/notebooks/training
to work with the updated package.NOTE: for the 1.9 release we can update the package after they release it.
Definition of Done
kubeflow-training
is updated and working in UATsThe text was updated successfully, but these errors were encountered: