diff --git a/content/modules/ROOT/assets/images/05/05-create-run.jpg b/content/modules/ROOT/assets/images/05/05-create-run.jpg index f334ffc7..63cdbf83 100644 Binary files a/content/modules/ROOT/assets/images/05/05-create-run.jpg and b/content/modules/ROOT/assets/images/05/05-create-run.jpg differ diff --git a/content/modules/ROOT/assets/images/05/05-import-pipeline.jpg b/content/modules/ROOT/assets/images/05/05-import-pipeline.jpg index bb3b5336..5c97ca29 100644 Binary files a/content/modules/ROOT/assets/images/05/05-import-pipeline.jpg and b/content/modules/ROOT/assets/images/05/05-import-pipeline.jpg differ diff --git a/content/modules/ROOT/pages/03-04-comparing-model-servers.adoc b/content/modules/ROOT/pages/03-04-comparing-model-servers.adoc index 53167283..3dfdca63 100644 --- a/content/modules/ROOT/pages/03-04-comparing-model-servers.adoc +++ b/content/modules/ROOT/pages/03-04-comparing-model-servers.adoc @@ -1,4 +1,4 @@ -= Comparing Model Servers += Comparing two LLMs include::_attributes.adoc[] So far, for this {ic-lab}, we have used the model https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2[Mistral-7B Instruct v2,window=_blank]. Although lighter than other models, it is still quite heavy and we need a large GPU to run it. Would we get as good results with a smaller model running on a CPU only? Let's try! diff --git a/content/modules/ROOT/pages/05-05-process-claims.adoc b/content/modules/ROOT/pages/05-05-process-claims.adoc index 85bb1647..4758c1ad 100644 --- a/content/modules/ROOT/pages/05-05-process-claims.adoc +++ b/content/modules/ROOT/pages/05-05-process-claims.adoc @@ -88,17 +88,19 @@ image::05/05-PVC-settings.png[PVC settings] * Then press **Create** -== Run the pipeline -To run the pipeline, start by downloading the `process_claims.yaml` file locally. To do this, select the menu in the top left of the VSCode environment and navigate to *File -> Save As...*. +== Import the pipeline -[.bordershadow] -image::05/05-download-process-yaml.png[download process claims yaml] +To import the pipeline, start by downloading the `process_claims.yaml` file locally. +Navigate to `parasol-insurance/lab-materials/05/05-05` to find it. -Then go to your Data Science project and press Import Pipeline. +// * To do this, Select the menu in the top left of the VSCode environment and navigate to *File -> Save As...*. +// [.bordershadow] +// image::05/05-download-process-yaml.png[download process claims yaml] +// Then go to your Data Science project and press Import Pipeline. * Start by downloading the `process_claims.yaml` file locally to your laptop -** In your VSCode Workbench, right click on the file, and select **Download** +** In your VSCode Workbench, right-click on the file, and select **Download** ** Save the file somewhere on your laptop * Then go to the {rhoai} Dashboard * Select your Data Science project @@ -117,6 +119,8 @@ image::05/05-import-pipeline-highlighted.jpg[imported pipeline] * Click **Import Pipeline** and you should see it appear under the pipelines section of your Project +== Run the pipeline + * Now go into the settings at the right side * Click **Create Run** to create a new run of the pipeline you just added +