Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/en/docs/components/katib/experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ These are the fields in the experiment configuration spec:

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

- [Kubeflow `XGBoostJob`](https://github.com/kubeflow/xgboost-operator)
- [Kubeflow `XGBoostJob`](/docs/components/training/xgboost)

- [Kubeflow `MXJob`](/docs/components/training/mxnet)

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

Expand Down
4 changes: 3 additions & 1 deletion content/en/docs/components/katib/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ Katib has these CRD examples in upstream:

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

- [Kubeflow `XGBoostJob`](https://github.com/kubeflow/xgboost-operator)
- [Kubeflow `XGBoostJob`](/docs/components/training/xgboost)

- [Kubeflow `MXJob`](/docs/components/training/mxnet)

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

Expand Down
5 changes: 4 additions & 1 deletion content/en/docs/components/katib/trial-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Katib has these CRD examples in upstream:

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

- [Kubeflow `XGBoostJob`](https://github.com/kubeflow/xgboost-operator)
- [Kubeflow `XGBoostJob`](/docs/components/training/xgboost)

- [Kubeflow `MXJob`](/docs/components/training/mxnet)

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

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

Expand Down