Skip to content

Commit 7294a7e

Browse files
authored
Merge pull request #29 from trustyai-explainability/AddResourceDownload
Add instructions to get the demo repo resource files
2 parents 500c394 + ff78188 commit 7294a7e

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

docs/modules/ROOT/pages/bias-monitoring.adoc

+11
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ Follow the instructions within the link:Install-on-Open-Data-Hub.md[installation
4040
Afterwards, you should have an ODH installation, a link:TrustyAI-operator.md[TrustyAI operator], and a `model-namespace` project containing
4141
an instance of the link:TrustyAI-service.md[TrustyAI service].
4242

43+
Once the installation is completed, navigate to the Bias Monitoring directory within the demo repository that was downloaded during the link:Install-on-Open-Data-Hub.md[Installation Tutorial]:
44+
[source,shell]
45+
----
46+
cd odh-trustyai-demos/2-BiasMonitoring
47+
----
48+
49+
[NOTE]
50+
====
51+
All future commands within this tutorial should be run from this directory.
52+
====
53+
4354
== Deploy Models
4455

4556
. Navigate to the `model-namespace` created in the setup section: `oc project model-namespace`

docs/modules/ROOT/pages/data-drift-monitoring.adoc

+11
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ Follow the instructions within the xref:installing-opendatahub.adoc[Installing o
1717
you should have an ODH installation, a TrustyAI Operator, and a `model-namespace` project containing
1818
an instance of the TrustyAI Service.
1919

20+
Once the installation is completed, navigate to the Data Drift directory within the demo repository that was downloaded during the link:Install-on-Open-Data-Hub.md[Installation Tutorial]:
21+
[source,shell]
22+
----
23+
cd odh-trustyai-demos/3-DataDrift
24+
----
25+
26+
[NOTE]
27+
====
28+
All future commands within this tutorial should be run from this directory.
29+
====
30+
2031
[#deploy-model]
2132
== Deploy Model
2233

docs/modules/ROOT/pages/installing-opendatahub.adoc

+19
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@ Namespace to install ODH into.
1515
$PROJECT::
1616
Namespace to deploy models into.
1717

18+
== Environment Setup
19+
. Download the demo repository, which contains the various resource files you'll need for the tutorial:
20+
+
21+
[source,shell]
22+
----
23+
git clone https://github.com/trustyai-explainability/odh-trustyai-demos
24+
----
25+
. Navigate to the Installation tutorial directory:
26+
+
27+
[source,shell]
28+
----
29+
cd odh-trustyai-demos/1-Installation
30+
----
31+
+
32+
[NOTE]
33+
====
34+
All future commands within this tutorial should be run from this directory.
35+
====
36+
1837
== Cluster Setup
1938

2039
. Make sure you are `oc login`'d to your OpenShift cluster.

0 commit comments

Comments
 (0)