Skip to content

Commit

Permalink
Replace installation instructions for pytorch operator with training …
Browse files Browse the repository at this point in the history
…operator (#3768)

* Replace installation instructions for pytorch operator with training operator

The kubeflow pytorch operator has been deprecated in favor of the new training operator.

This PR updates the installation instructions accordingly. For the tensorflow operator this was already documented correctly.

Signed-off-by: Fabio M. Graetz, Ph.D. <[email protected]>
Signed-off-by: Fabio Grätz <[email protected]>

* Fuse pytorch and tf operator installation instructions

Signed-off-by: Fabio Grätz <[email protected]>

---------

Signed-off-by: Fabio M. Graetz, Ph.D. <[email protected]>
Signed-off-by: Fabio Grätz <[email protected]>
Co-authored-by: Fabio Grätz <[email protected]>
  • Loading branch information
fg91 and Fabio Grätz authored Jun 11, 2023
1 parent d95ee84 commit fb6b5c9
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions rsts/deployment/plugins/k8s/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,15 @@ Install the K8S Operator

.. tabs::

.. group-tab:: PyTorch

Clone the PyTorch repository:

.. code-block:: bash
git clone https://github.com/kubeflow/pytorch-operator.git
Build and apply the PyTorch operator:

.. code-block:: bash
export KUBECONFIG=$KUBECONFIG:~/.kube/config:~/.flyte/k3s/k3s.yaml
kustomize build pytorch-operator/manifests/overlays/kubeflow | kubectl apply -f -
.. group-tab:: TensorFlow
.. group-tab:: PyTorch and TensorFlow

Clone the training-operator repository:

.. code-block:: bash
git clone https://github.com/kubeflow/training-operator.git
Build and apply the TensorFlow operator:
Build and apply the training-operator:

.. code-block:: bash
Expand Down

0 comments on commit fb6b5c9

Please sign in to comment.