-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update rhoai docs to include sdg #219
Conversation
a937ca7
to
e3d0f7b
Compare
standalone/instructlab-rhoai.md
Outdated
* On the right hand side select ‘Deploy model’ under Single-model serving platform | ||
* Under Serving runtime choose the serving runtime `vLLM Serving Runtime for Kserve`. | ||
* Check the `Make deployed models available through an external route` box. | ||
* Under token authentication check the `Require token authentication` box, select the service account that we have created above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Under token authentication check the `Require token authentication` box, select the service account that we have created above. | |
* Under token authentication check the `Require token authentication` box, write the name of the service account that we have created above. |
IIRC the there's no selection mechanism here, and Dashboard will create/manage a new SA if not typed to match
standalone/instructlab-rhoai.md
Outdated
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
name: <model-server-service-account-name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
given that we are defining mixtral-sa
explicitly for teacher, maybe we should go ahead and just name this mistral-sa
, judge-sa
, etc to avoid confusion
standalone/instructlab-rhoai.md
Outdated
- "--judge-serving-model-secret" | ||
- "<judge-model-details-k8s-secret>" | ||
- "--sdg-object-store-secret" | ||
- "<created-object-store-credentials-secret-name>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we defined this expicitly above as sdg-object-store-credentials
so might as well remove confusion and use that here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nitpicks but otherwise /lgtm
e3d0f7b
to
5216ae5
Compare
As well as make various adjustments to formatting, layout, etc. Co-Authored-By: Giulio Frasca <[email protected]> Signed-off-by: Humair Khan <[email protected]>
5216ae5
to
159d96a
Compare
Description
This pr does the following:
How Has This Been Tested?
Follow the docs.
Merge criteria: