Skip to content

Commit 3cd4fb2

Browse files
authored
adjust paths to new project name (#32)
1 parent 15470f5 commit 3cd4fb2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

content/modules/ROOT/pages/02-03-auto-created-workbench.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ image::02/02-02-accept.png[]
2929
[.bordershadow]
3030
image::02/02-03-pre-created-jupyter.png[]
3131
32-
* Note the extra folder called **insurance-claim-processing**. +
32+
* Note the extra folder called **parasol-insurance**. +
3333
* This folder has been cloned from github for you and will be the main working folder for this lab.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ So far, for this {ic-lab}, we have used the model https://huggingface.co/mistral
55
66
In this exercise, we'll pitch our previous model against the itself but in a quantized version. The values of the 7 Billion parameters used in the model have been "rounded", therefore loosing precision, but saving space. As it consumes now less memory, we are able to load it directly in a container and run it on a CPU. We'll compare the results and see if the quantized model is good enough for our use case.
77
8-
From the `insurance-claim-processing/lab-materials/03` folder, please open the notebook called `03-04-comparing-model-servers.ipynb` and follow the instructions.
8+
From the `parasol-insurance/lab-materials/03` folder, please open the notebook called `03-04-comparing-model-servers.ipynb` and follow the instructions.
99
1010
When done, you can close the notebook and head to the next page.

content/modules/ROOT/pages/03-06-confidence-check.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ And to make sure it stays the same over time, we'll schedule that pipeline.
88

99
== Deploy a confidence-check pipeline
1010

11-
In the `insurance-claim-processing/lab-materials/03/06` folder there are two pipeline files, one `confidence_check.pipeline` and one `confidence_check.yaml` file.
11+
In the `parasol-insurance/lab-materials/03/06` folder there are two pipeline files, one `confidence_check.pipeline` and one `confidence_check.yaml` file.
1212

1313
The `.pipeline` file can be opened in Elyra to be visually modified and executed, while the `.yaml` file can be imported into the pipeline server through the RHOAI Dashboard. +
1414
Here we will be running the pipeline through Elyra.
@@ -18,7 +18,7 @@ Here we will be running the pipeline through Elyra.
1818
Running it through Elyra is the same as doing an ad-hoc execution of the pipeline, as opposed to importing the pipeline which won't automatically execute it.
1919

2020
. Start by going to your running workbench
21-
. Navigate to the folder `insurance-claim-processing/lab-materials/03/06`
21+
. Navigate to the folder `parasol-insurance/lab-materials/03/06`
2222
. Open up the `confidence_check.pipeline` file
2323
. Here we can see that the pipeline consists of 3 checks:
2424
.. response quality check

lab-materials/03/06/confidence-check.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
sh -c "mkdir -p ./jupyter-work-dir && cd ./jupyter-work-dir"
4747
sh -c "echo 'Downloading file:///opt/app-root/bin/utils/bootstrapper.py' && curl --fail -H 'Cache-Control: no-cache' -L file:///opt/app-root/bin/utils/bootstrapper.py --output bootstrapper.py"
4848
sh -c "echo 'Downloading file:///opt/app-root/bin/utils/requirements-elyra.txt' && curl --fail -H 'Cache-Control: no-cache' -L file:///opt/app-root/bin/utils/requirements-elyra.txt --output requirements-elyra.txt"
49-
sh -c "python3 -m pip install packaging && python3 -m pip freeze > requirements-current.txt && python3 bootstrapper.py --pipeline-name 'confidence-check' --cos-endpoint 'http://minio.ic-shared-minio.svc:9000' --cos-bucket 'pipeline-bucket' --cos-directory 'confidence-check-0109084010' --cos-dependencies-archive 'test_response_quality-d0510f0c-fc50-42fc-a598-97e26b34ed88.tar.gz' --file 'insurance-claim-processing/lab-materials/03/06/test_response_quality.py' --outputs 'quality_result.json' "
49+
sh -c "python3 -m pip install packaging && python3 -m pip freeze > requirements-current.txt && python3 bootstrapper.py --pipeline-name 'confidence-check' --cos-endpoint 'http://minio.ic-shared-minio.svc:9000' --cos-bucket 'pipeline-bucket' --cos-directory 'confidence-check-0109084010' --cos-dependencies-archive 'test_response_quality-d0510f0c-fc50-42fc-a598-97e26b34ed88.tar.gz' --file 'parasol-insurance/lab-materials/03/06/test_response_quality.py' --outputs 'quality_result.json' "
5050
command:
5151
- sh
5252
- -c
@@ -88,7 +88,7 @@ spec:
8888
elyra/node-name: test_response_quality
8989
pipelines.kubeflow.org/cache_enabled: "true"
9090
annotations:
91-
elyra/node-file-name: insurance-claim-processing/lab-materials/03/06/test_response_quality.py
91+
elyra/node-file-name: parasol-insurance/lab-materials/03/06/test_response_quality.py
9292
elyra/pipeline-source: confidence-check.pipeline
9393
pipelines.kubeflow.org/task_display_name: test_response_quality
9494
pipelines.kubeflow.org/component_spec_digest: '{"name": "Run a file",
@@ -102,7 +102,7 @@ spec:
102102
sh -c "mkdir -p ./jupyter-work-dir && cd ./jupyter-work-dir"
103103
sh -c "echo 'Downloading file:///opt/app-root/bin/utils/bootstrapper.py' && curl --fail -H 'Cache-Control: no-cache' -L file:///opt/app-root/bin/utils/bootstrapper.py --output bootstrapper.py"
104104
sh -c "echo 'Downloading file:///opt/app-root/bin/utils/requirements-elyra.txt' && curl --fail -H 'Cache-Control: no-cache' -L file:///opt/app-root/bin/utils/requirements-elyra.txt --output requirements-elyra.txt"
105-
sh -c "python3 -m pip install packaging && python3 -m pip freeze > requirements-current.txt && python3 bootstrapper.py --pipeline-name 'confidence-check' --cos-endpoint 'http://minio.ic-shared-minio.svc:9000' --cos-bucket 'pipeline-bucket' --cos-directory 'confidence-check-0109084010' --cos-dependencies-archive 'test_responsetime-c50bb14f-a036-4af1-b5dc-21e48eb80f7f.tar.gz' --file 'insurance-claim-processing/lab-materials/03/06/test_responsetime.py' --outputs 'responsetime_result.json' "
105+
sh -c "python3 -m pip install packaging && python3 -m pip freeze > requirements-current.txt && python3 bootstrapper.py --pipeline-name 'confidence-check' --cos-endpoint 'http://minio.ic-shared-minio.svc:9000' --cos-bucket 'pipeline-bucket' --cos-directory 'confidence-check-0109084010' --cos-dependencies-archive 'test_responsetime-c50bb14f-a036-4af1-b5dc-21e48eb80f7f.tar.gz' --file 'parasol-insurance/lab-materials/03/06/test_responsetime.py' --outputs 'responsetime_result.json' "
106106
command:
107107
- sh
108108
- -c
@@ -144,7 +144,7 @@ spec:
144144
elyra/node-name: test_responsetime
145145
pipelines.kubeflow.org/cache_enabled: "true"
146146
annotations:
147-
elyra/node-file-name: insurance-claim-processing/lab-materials/03/06/test_responsetime.py
147+
elyra/node-file-name: parasol-insurance/lab-materials/03/06/test_responsetime.py
148148
elyra/pipeline-source: confidence-check.pipeline
149149
pipelines.kubeflow.org/task_display_name: test_responsetime
150150
pipelines.kubeflow.org/component_spec_digest: '{"name": "Run a file",
@@ -158,7 +158,7 @@ spec:
158158
sh -c "mkdir -p ./jupyter-work-dir && cd ./jupyter-work-dir"
159159
sh -c "echo 'Downloading file:///opt/app-root/bin/utils/bootstrapper.py' && curl --fail -H 'Cache-Control: no-cache' -L file:///opt/app-root/bin/utils/bootstrapper.py --output bootstrapper.py"
160160
sh -c "echo 'Downloading file:///opt/app-root/bin/utils/requirements-elyra.txt' && curl --fail -H 'Cache-Control: no-cache' -L file:///opt/app-root/bin/utils/requirements-elyra.txt --output requirements-elyra.txt"
161-
sh -c "python3 -m pip install packaging && python3 -m pip freeze > requirements-current.txt && python3 bootstrapper.py --pipeline-name 'confidence-check' --cos-endpoint 'http://minio.ic-shared-minio.svc:9000' --cos-bucket 'pipeline-bucket' --cos-directory 'confidence-check-0109084010' --cos-dependencies-archive 'test_security-6b595dc7-afb8-46bb-bf52-7cd695ddafb8.tar.gz' --file 'insurance-claim-processing/lab-materials/03/06/test_security.py' --outputs 'security_result.json' "
161+
sh -c "python3 -m pip install packaging && python3 -m pip freeze > requirements-current.txt && python3 bootstrapper.py --pipeline-name 'confidence-check' --cos-endpoint 'http://minio.ic-shared-minio.svc:9000' --cos-bucket 'pipeline-bucket' --cos-directory 'confidence-check-0109084010' --cos-dependencies-archive 'test_security-6b595dc7-afb8-46bb-bf52-7cd695ddafb8.tar.gz' --file 'parasol-insurance/lab-materials/03/06/test_security.py' --outputs 'security_result.json' "
162162
command:
163163
- sh
164164
- -c
@@ -200,7 +200,7 @@ spec:
200200
elyra/node-name: test_security
201201
pipelines.kubeflow.org/cache_enabled: "true"
202202
annotations:
203-
elyra/node-file-name: insurance-claim-processing/lab-materials/03/06/test_security.py
203+
elyra/node-file-name: parasol-insurance/lab-materials/03/06/test_security.py
204204
elyra/pipeline-source: confidence-check.pipeline
205205
pipelines.kubeflow.org/task_display_name: test_security
206206
pipelines.kubeflow.org/component_spec_digest: '{"name": "Run a file",
@@ -214,7 +214,7 @@ spec:
214214
sh -c "mkdir -p ./jupyter-work-dir && cd ./jupyter-work-dir"
215215
sh -c "echo 'Downloading file:///opt/app-root/bin/utils/bootstrapper.py' && curl --fail -H 'Cache-Control: no-cache' -L file:///opt/app-root/bin/utils/bootstrapper.py --output bootstrapper.py"
216216
sh -c "echo 'Downloading file:///opt/app-root/bin/utils/requirements-elyra.txt' && curl --fail -H 'Cache-Control: no-cache' -L file:///opt/app-root/bin/utils/requirements-elyra.txt --output requirements-elyra.txt"
217-
sh -c "python3 -m pip install packaging && python3 -m pip freeze > requirements-current.txt && python3 bootstrapper.py --pipeline-name 'confidence-check' --cos-endpoint 'http://minio.ic-shared-minio.svc:9000' --cos-bucket 'pipeline-bucket' --cos-directory 'confidence-check-0109084010' --cos-dependencies-archive 'summarize_results-6b99ceae-d124-4758-904a-03e1a49fe56d.tar.gz' --file 'insurance-claim-processing/lab-materials/03/06/summarize_results.py' --inputs 'responsetime_result.json;security_result.json;quality_result.json' --outputs 'results.json' "
217+
sh -c "python3 -m pip install packaging && python3 -m pip freeze > requirements-current.txt && python3 bootstrapper.py --pipeline-name 'confidence-check' --cos-endpoint 'http://minio.ic-shared-minio.svc:9000' --cos-bucket 'pipeline-bucket' --cos-directory 'confidence-check-0109084010' --cos-dependencies-archive 'summarize_results-6b99ceae-d124-4758-904a-03e1a49fe56d.tar.gz' --file 'parasol-insurance/lab-materials/03/06/summarize_results.py' --inputs 'responsetime_result.json;security_result.json;quality_result.json' --outputs 'results.json' "
218218
command:
219219
- sh
220220
- -c
@@ -256,7 +256,7 @@ spec:
256256
elyra/node-name: summarize_results
257257
pipelines.kubeflow.org/cache_enabled: "true"
258258
annotations:
259-
elyra/node-file-name: insurance-claim-processing/lab-materials/03/06/summarize_results.py
259+
elyra/node-file-name: parasol-insurance/lab-materials/03/06/summarize_results.py
260260
elyra/pipeline-source: confidence-check.pipeline
261261
pipelines.kubeflow.org/task_display_name: summarize_results
262262
pipelines.kubeflow.org/component_spec_digest: '{"name": "Run a file",

0 commit comments

Comments
 (0)