Skip to content

Commit

Permalink
Merge pull request #29 from trustyai-explainability/AddResourceDownload
Browse files Browse the repository at this point in the history
Add instructions to get the demo repo resource files
  • Loading branch information
ruivieira authored Jul 28, 2024
2 parents 500c394 + ff78188 commit 7294a7e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/modules/ROOT/pages/bias-monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ Follow the instructions within the link:Install-on-Open-Data-Hub.md[installation
Afterwards, you should have an ODH installation, a link:TrustyAI-operator.md[TrustyAI operator], and a `model-namespace` project containing
an instance of the link:TrustyAI-service.md[TrustyAI service].

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]:
[source,shell]
----
cd odh-trustyai-demos/2-BiasMonitoring
----

[NOTE]
====
All future commands within this tutorial should be run from this directory.
====

== Deploy Models

. Navigate to the `model-namespace` created in the setup section: `oc project model-namespace`
Expand Down
11 changes: 11 additions & 0 deletions docs/modules/ROOT/pages/data-drift-monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Follow the instructions within the xref:installing-opendatahub.adoc[Installing o
you should have an ODH installation, a TrustyAI Operator, and a `model-namespace` project containing
an instance of the TrustyAI Service.

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]:
[source,shell]
----
cd odh-trustyai-demos/3-DataDrift
----

[NOTE]
====
All future commands within this tutorial should be run from this directory.
====

[#deploy-model]
== Deploy Model

Expand Down
19 changes: 19 additions & 0 deletions docs/modules/ROOT/pages/installing-opendatahub.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ Namespace to install ODH into.
$PROJECT::
Namespace to deploy models into.

== Environment Setup
. Download the demo repository, which contains the various resource files you'll need for the tutorial:
+
[source,shell]
----
git clone https://github.com/trustyai-explainability/odh-trustyai-demos
----
. Navigate to the Installation tutorial directory:
+
[source,shell]
----
cd odh-trustyai-demos/1-Installation
----
+
[NOTE]
====
All future commands within this tutorial should be run from this directory.
====

== Cluster Setup

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

0 comments on commit 7294a7e

Please sign in to comment.