Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS-3025 Add downstream-only RN link #208

Merged
merged 4 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modules/about-the-single-model-serving-platform.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ When you have installed KServe, you can use the {productname-short} dashboard to
* A composite Caikit-TGIS runtime
* OpenVINO Model Server


ifdef::upstream[]
[NOTE]
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ The *Deploy model* dialog opens.
... Select *Existing data connection*.
... From the *Name* list, select a data connection that you previously defined.
... In the *Path* field, enter the folder path that contains the model in your specified data source.
ifdef::self-managed,cloud-service[]
+
IMPORTANT: The OpenVINO Model Server runtime has specific requirements for how you specify the model path. For more information, see known issue link:https://access.redhat.com/documentation/en-us/red_hat_openshift_ai_self-managed/2.7/html-single/release_notes/index#known-issues_RHOAIENG-3025_relnotes[RHOAIENG-3025] in the {productname-short} release notes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good catch - thank you :)

endif::[]

* *To use a new data connection*
... To define a new data connection that your model can access, select *New data connection*.
Expand All @@ -68,6 +72,10 @@ The *Deploy model* dialog opens.
... In the *Region* field, enter the default region of your S3-compatible object storage account.
... In the *Bucket* field, enter the name of your S3-compatible object storage bucket.
... In the *Path* field, enter the folder path in your S3-compatible object storage that contains your data file.
ifdef::self-managed,cloud-service[]
+
IMPORTANT: The OpenVINO Model Server runtime has specific requirements for how you specify the model path. For more information, see known issue link:https://access.redhat.com/documentation/en-us/red_hat_openshift_ai_self-managed/2.7/html-single/release_notes/index#known-issues_RHOAIENG-3025_relnotes[RHOAIENG-3025] in the {productname-short} release notes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar comment here, unless there's a specific reason not to use the {rhoaidocshome} attribute.

endif::[]
--
.. Click *Deploy*.

Expand Down