Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: terrytangyuan <[email protected]>
  • Loading branch information
terrytangyuan committed Nov 28, 2023
1 parent 0f21d14 commit 75ce064
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sdk/python/kubeflow/training/constants/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@
"container": PYTORCHJOB_CONTAINER,
"base_image": PYTORCHJOB_BASE_IMAGE,
},
MXJOB_KIND: {
"model": models.KubeflowOrgV1MXJob,
"plural": MXJOB_PLURAL,
"container": MXJOB_CONTAINER,
},
XGBOOSTJOB_KIND: {
"model": models.KubeflowOrgV1XGBoostJob,
"plural": XGBOOSTJOB_PLURAL,
Expand All @@ -149,7 +144,6 @@
JOB_MODELS_TYPE = Union[
models.KubeflowOrgV1TFJob,
models.KubeflowOrgV1PyTorchJob,
models.KubeflowOrgV1MXJob,
models.KubeflowOrgV1XGBoostJob,
models.KubeflowOrgV1MPIJob,
models.KubeflowOrgV1PaddleJob,
Expand Down

0 comments on commit 75ce064

Please sign in to comment.