Skip to content

Commit 86887dc

Browse files
authored
Doc updates v2 21 (#93)
* rhoai-25155 fix model deploy mode * rhoai-26059 update text that references saving in ONNX format * rhoai-24489 change notebook image to workbench image * undo previous commit * doc-updates-v2-21 fix title of xref target * minor fix * update screencaptures re rhoai-26405 * sme review - update screen capture w red highlight
1 parent 0a513db commit 86887dc

File tree

8 files changed

+8
-10
lines changed

8 files changed

+8
-10
lines changed
18.8 KB
Loading
-8.57 KB
Loading
-1.72 KB
Loading
-4.01 KB
Loading

workshop/docs/modules/ROOT/pages/creating-a-workbench.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[id='creating-a-workbench']
22
= Creating a workbench and selecting a workbench image
33

4-
A workbench is an instance of your development and experimentation environment. When you create a workbench, you select a workbench image (sometimes referred to as a notebook image) that is optimized with the tools and libraries that you need for developing models.
4+
A workbench is an instance of your development and experimentation environment. When you create a workbench, you select a workbench image that is optimized with the tools and libraries that you need for developing models.
55

66
.Prerequisites
77

@@ -22,7 +22,7 @@ image::workbenches/ds-project-create-workbench.png[Create workbench button, 800]
2222
+
2323
image::workbenches/create-workbench-form-name-desc.png[Workbench name and description, 600]
2424
+
25-
{org-name} provides several supported workbench images. In the *Notebook image* section, you can choose one of the default images or a custom image that an administrator has set up for you. The *Tensorflow* image has the libraries needed for this {deliverable}.
25+
{org-name} provides several supported workbench images. In the *Workbench image* section, you can choose one of the default images or a custom image that an administrator has set up for you. The *Tensorflow* image has the libraries needed for this {deliverable}.
2626

2727
. Select the latest *Tensorflow* image.
2828
+

workshop/docs/modules/ROOT/pages/importing-files-into-jupyter.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ The JupyterLab environment is a web-based environment, but everything you do ins
77

88
.Prerequisites
99

10-
You created a workbench, as described in xref:creating-a-workbench.adoc[Creating a workbench and selecting a Notebook image].
10+
You created a workbench, as described in xref:creating-a-workbench.adoc[Creating a workbench and selecting a workbench image].
1111

1212
.Procedure
1313

14-
. Click the link for your workbench. If prompted, log in and allow the Notebook to authorize your user.
14+
. Click the link for your workbench. If prompted, log in and allow JupyterLab to authorize your user.
1515
+
1616
image::workbenches/ds-project-workbench-open.png[Open workbench, 400]
1717
+

workshop/docs/modules/ROOT/pages/preparing-a-model-for-deployment.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
After you train a model, you can deploy it by using the {productname-short} model serving capabilities.
55

6-
To prepare a model for deployment, you must complete the following tasks:
7-
8-
* Move the model from your workbench to your S3-compatible object storage. Use the connection that you created in the xref:storing-data-with-connections.adoc[Storing data with connections] section and upload the model from a notebook.
9-
10-
* Convert the model to the portable ONNX format. ONNX allows you to transfer models between frameworks with minimal preparation and without the need for rewriting the models.
6+
To prepare a model for deployment, you must move the model from your workbench to your S3-compatible object storage. Use the connection that you created in the xref:storing-data-with-connections.adoc[Storing data with connections] section and upload the model from a notebook.
117

128
.Prerequisites
139

@@ -20,7 +16,7 @@ image::projects/ds-project-connections.png[Data storage in workbench]
2016

2117
. In your JupyterLab environment, open the `2_save_model.ipynb` file.
2218

23-
. Follow the instructions in the notebook to make the model accessible in storage and save it in the portable ONNX format.
19+
. Follow the instructions in the notebook to make the model accessible in storage.
2420

2521
.Verification
2622

workshop/docs/modules/ROOT/pages/training-a-model.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ In your notebook environment, open the `1_experiment_train.ipynb` file and follo
77

88
image::workbenches/jupyter-notebook-1.png[Jupyter Notebook 1]
99

10+
When you save the model, you convert the model to the portable ONNX format. ONNX allows you to transfer models between frameworks with minimal preparation and without the need for rewriting the models.
11+
1012
.Next step
1113

1214
xref:preparing-a-model-for-deployment.adoc[Preparing a model for deployment]

0 commit comments

Comments
 (0)