From e34e3b695067b2231b2b7720824ca7cb8e01d895 Mon Sep 17 00:00:00 2001 From: Rutuja-desh <115223157+Rutuja-desh@users.noreply.github.com> Date: Mon, 27 May 2024 06:35:51 +0530 Subject: [PATCH] Edits suggested for this course (#28) --- modules/ROOT/pages/index.adoc | 2 +- modules/chapter1/pages/section2.adoc | 2 +- modules/chapter1/pages/section3.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 4b59b15..094355a 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -36,7 +36,7 @@ You are expected to complete the _Red Hat OpenShift AI Administration_ course, w == Prerequisites * Take the Introduction to https://www.redhat.com/en/services/training/ad141-red-hat-training-presents-introduction-to-python-programming[Python Programming (AD141)] training course or demonstrate equivalent knowledge of Python programming -* Basic knowledge of machine learning foundations is recommended. +* Basic knowledge of machine learning foundations is recommended * Basics of creating and consuming REST APIs programmatically * Basic knowledge of the Python libraries for machine learning and deep learning * Experience with OpenShift is recommended, but not mandatory (in case students have to do troubleshooting) diff --git a/modules/chapter1/pages/section2.adoc b/modules/chapter1/pages/section2.adoc index d95debe..d4ce724 100644 --- a/modules/chapter1/pages/section2.adoc +++ b/modules/chapter1/pages/section2.adoc @@ -243,7 +243,7 @@ Deploying a **Model Server** triggers a **ReplicaSet** with **ModelMesh**, which == Test The Model -Now that the model is ready to use, we can make an inference using the REST API +Now that the model is ready to use, we can make an inference using the REST API. . Assign the route to an environment variable in your local machine, so that we can use it in our curl commands. + diff --git a/modules/chapter1/pages/section3.adoc b/modules/chapter1/pages/section3.adoc index 619a00e..dc569c9 100644 --- a/modules/chapter1/pages/section3.adoc +++ b/modules/chapter1/pages/section3.adoc @@ -4,7 +4,7 @@ A model-serving runtime provides integration with a specified model server and t As an administrator, you can use the OpenShift AI interface to add and enable custom model-serving runtimes. You can then choose from your enabled runtimes when you create a new model server. -== Prerequisite +== Prerequisites In order to run this exercise, be sure to have handy the model we created in the previous section, that is: