Skip to content

Commit b5fb761

Browse files
authored
Review/erwan apr 18 (rh-aiservices-bu#64)
* strange phrasing * clarifying pipeline download/upload steps.
1 parent 08406f0 commit b5fb761

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed
Loading
Loading

content/modules/ROOT/pages/03-04-comparing-model-servers.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Comparing Model Servers
1+
= Comparing two LLMs
22
include::_attributes.adoc[]
33

44
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!

content/modules/ROOT/pages/05-05-process-claims.adoc

+10-6
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,19 @@ image::05/05-PVC-settings.png[PVC settings]
8888

8989
* Then press **Create**
9090

91-
== Run the pipeline
92-
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...*.
91+
== Import the pipeline
9392

94-
[.bordershadow]
95-
image::05/05-download-process-yaml.png[download process claims yaml]
93+
To import the pipeline, start by downloading the `process_claims.yaml` file locally.
94+
Navigate to `parasol-insurance/lab-materials/05/05-05` to find it.
9695

9796

98-
Then go to your Data Science project and press Import Pipeline.
97+
// * To do this, Select the menu in the top left of the VSCode environment and navigate to *File -> Save As...*.
98+
// [.bordershadow]
99+
// image::05/05-download-process-yaml.png[download process claims yaml]
100+
// Then go to your Data Science project and press Import Pipeline.
99101

100102
* Start by downloading the `process_claims.yaml` file locally to your laptop
101-
** In your VSCode Workbench, right click on the file, and select **Download**
103+
** In your VSCode Workbench, right-click on the file, and select **Download**
102104
** Save the file somewhere on your laptop
103105
* Then go to the {rhoai} Dashboard
104106
* Select your Data Science project
@@ -117,6 +119,8 @@ image::05/05-import-pipeline-highlighted.jpg[imported pipeline]
117119

118120
* Click **Import Pipeline** and you should see it appear under the pipelines section of your Project
119121

122+
== Run the pipeline
123+
120124
* Now go into the settings at the right side
121125
* Click **Create Run** to create a new run of the pipeline you just added
122126
+

0 commit comments

Comments
 (0)