Skip to content

Commit

Permalink
Added create execution in guide
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia committed Oct 20, 2021
1 parent b6da651 commit a337112
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rsts/deployment/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ solution). The following pages will help you effectively deploy and manage an en
:text: Plugin Setup
:classes: btn-block stretched-link
^^^^^^^^^^^^
Plugin Setup guides with detailed instructions.
Plugin Setup Guides

---
.. link-button:: deployment-cluster-config
Expand Down
4 changes: 2 additions & 2 deletions rsts/deployment/plugin_setup/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Plugin Setup

.. link-button:: deployment-plugin-setup-pytorch-operator
:type: ref
:text: PyTorch Plugin
:text: Pytorch Plugin
:classes: btn-block stretched-link
^^^^^^^^^^^^
PyTorch Plugin
Pytorch Plugin


.. toctree::
Expand Down
12 changes: 10 additions & 2 deletions rsts/deployment/plugin_setup/pytorch_operator.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _deployment-plugin-setup-pytorch-operator:

PyTorch Operator Setup
PyTorch plugin Setup
------------------------

.. _pytorch-operator:
Expand Down Expand Up @@ -70,4 +70,12 @@ Register Pytorch plugin example

.. code-block:: bash
make -C cookbook/integrations/kubernetes/kfpytorch register
flytectl register files cookbook/integrations/kubernetes/kfpytorch/_pb_output/* -p flytesnacks -d development
Create executions

.. code-block:: bash
flytectl get launchplan --project flytesnacks --domain development kfpytorch.pytorch_mnist.pytorch_training_wf --latest --execFile exec_spec.yaml
flytectl create execution --project flytesnacks --domain development --execFile exec_spec.yaml

0 comments on commit a337112

Please sign in to comment.