Skip to content

Commit 1d7d7a1

Browse files
authored
Katib: Add support for MXJob (#2984)
* Katib: Add support for MXJob * Fix MXJob link
1 parent f443bf3 commit 1d7d7a1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

content/en/docs/components/katib/experiment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ These are the fields in the experiment configuration spec:
148148

149149
- [Kubeflow `MPIJob`](/docs/components/training/mpi)
150150

151-
- [Kubeflow `XGBoostJob`](https://github.com/kubeflow/xgboost-operator)
151+
- [Kubeflow `XGBoostJob`](/docs/components/training/xgboost)
152+
153+
- [Kubeflow `MXJob`](/docs/components/training/mxnet)
152154

153155
- [Tekton `Pipelines`](https://github.com/kubeflow/katib/tree/master/examples/v1beta1/tekton)
154156

content/en/docs/components/katib/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ Katib has these CRD examples in upstream:
213213

214214
- [Kubeflow `MPIJob`](/docs/components/training/mpi)
215215

216-
- [Kubeflow `XGBoostJob`](https://github.com/kubeflow/xgboost-operator)
216+
- [Kubeflow `XGBoostJob`](/docs/components/training/xgboost)
217+
218+
- [Kubeflow `MXJob`](/docs/components/training/mxnet)
217219

218220
- [Tekton `Pipelines`](https://github.com/kubeflow/katib/tree/master/examples/v1beta1/tekton)
219221

content/en/docs/components/katib/trial-template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Katib has these CRD examples in upstream:
2222

2323
- [Kubeflow `MPIJob`](/docs/components/training/mpi)
2424

25-
- [Kubeflow `XGBoostJob`](https://github.com/kubeflow/xgboost-operator)
25+
- [Kubeflow `XGBoostJob`](/docs/components/training/xgboost)
26+
27+
- [Kubeflow `MXJob`](/docs/components/training/mxnet)
2628

2729
- [Tekton `Pipelines`](https://github.com/kubeflow/katib/tree/master/examples/v1beta1/tekton)
2830

@@ -237,6 +239,7 @@ In Katib examples you can find the following trial worker types:
237239
[Kubeflow `PyTorchJob`](https://github.com/kubeflow/katib/blob/master/examples/v1beta1/pytorchjob-example.yaml),
238240
[Kubeflow `MPIJob`](https://github.com/kubeflow/katib/blob/master/examples/v1beta1/mpijob-horovod.yaml),
239241
[Kubeflow `XGBoostJob`](https://github.com/kubeflow/katib/blob/master/examples/v1beta1/xgboost-lightgbm.yaml),
242+
[Kubeflow `MXJob`](https://github.com/kubeflow/katib/blob/master/examples/v1beta1/kubeflow-training-operator/mxjob-byteps.yaml),
240243
[Tekton `Pipelines`](https://github.com/kubeflow/katib/tree/master/examples/v1beta1/tekton),
241244
and [Argo `Workflows`](https://github.com/kubeflow/katib/tree/master/examples/v1beta1/argo)
242245

0 commit comments

Comments
 (0)