File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
content/en/docs/components/katib Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,9 @@ These are the fields in the experiment configuration spec:
148
148
149
149
- [ Kubeflow ` MPIJob ` ] ( /docs/components/training/mpi )
150
150
151
- - [ Kubeflow ` XGBoostJob ` ] ( https://github.com/kubeflow/xgboost-operator )
151
+ - [ Kubeflow ` XGBoostJob ` ] ( /docs/components/training/xgboost )
152
+
153
+ - [ Kubeflow ` MXJob ` ] ( /docs/components/training/mxnet )
152
154
153
155
- [ Tekton ` Pipelines ` ] ( https://github.com/kubeflow/katib/tree/master/examples/v1beta1/tekton )
154
156
Original file line number Diff line number Diff line change @@ -213,7 +213,9 @@ Katib has these CRD examples in upstream:
213
213
214
214
- [ Kubeflow ` MPIJob ` ] ( /docs/components/training/mpi )
215
215
216
- - [ Kubeflow ` XGBoostJob ` ] ( https://github.com/kubeflow/xgboost-operator )
216
+ - [ Kubeflow ` XGBoostJob ` ] ( /docs/components/training/xgboost )
217
+
218
+ - [ Kubeflow ` MXJob ` ] ( /docs/components/training/mxnet )
217
219
218
220
- [ Tekton ` Pipelines ` ] ( https://github.com/kubeflow/katib/tree/master/examples/v1beta1/tekton )
219
221
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ Katib has these CRD examples in upstream:
22
22
23
23
- [ Kubeflow ` MPIJob ` ] ( /docs/components/training/mpi )
24
24
25
- - [ Kubeflow ` XGBoostJob ` ] ( https://github.com/kubeflow/xgboost-operator )
25
+ - [ Kubeflow ` XGBoostJob ` ] ( /docs/components/training/xgboost )
26
+
27
+ - [ Kubeflow ` MXJob ` ] ( /docs/components/training/mxnet )
26
28
27
29
- [ Tekton ` Pipelines ` ] ( https://github.com/kubeflow/katib/tree/master/examples/v1beta1/tekton )
28
30
@@ -237,6 +239,7 @@ In Katib examples you can find the following trial worker types:
237
239
[ Kubeflow ` PyTorchJob ` ] ( https://github.com/kubeflow/katib/blob/master/examples/v1beta1/pytorchjob-example.yaml ) ,
238
240
[ Kubeflow ` MPIJob ` ] ( https://github.com/kubeflow/katib/blob/master/examples/v1beta1/mpijob-horovod.yaml ) ,
239
241
[ 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 ) ,
240
243
[ Tekton ` Pipelines ` ] ( https://github.com/kubeflow/katib/tree/master/examples/v1beta1/tekton ) ,
241
244
and [ Argo ` Workflows ` ] ( https://github.com/kubeflow/katib/tree/master/examples/v1beta1/argo )
242
245
You can’t perform that action at this time.
0 commit comments