-
Notifications
You must be signed in to change notification settings - Fork 22
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
add simple chatbot definition #156
base: main
Are you sure you want to change the base?
Conversation
Can we move this to Should we add the python code and the Containerfile used as well? |
Signed-off-by: sallyom <[email protected]>
|
||
Update the deployment as necessary and | ||
run this from the root of the repository | ||
|
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.
maybe just add a line in here describing the line that must be changed and an exampl
finalizers: | ||
- inferenceservice.finalizers | ||
generation: 2 |
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.
These will populate automatically and are managed by the cluster itself, do not set them manually.
labels: | ||
opendatahub.io/dashboard: "true" | ||
name: candidatemodel | ||
namespace: ilab |
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.
Maybe move the namespace
to kustomization.yaml
?
|
||
|
||
```bash | ||
oc apply --kustomize ./chatbot |
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.
oc apply --kustomize ./chatbot | |
oc apply -k . |
storage: | ||
key: aws-connection-ilab-s3 | ||
# Update path to match canddidate-server location | ||
path: xxxxxxxx/xxxxxxxxx/pvc-to-model-op/model/phase_2/model/hf_format/candidate_model/ |
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.
If you do helm chart instead of kustomize, you can easily template this from values/CLI params. Just a thought...
Not sure we want this in the repo, but here it is.