-
Notifications
You must be signed in to change notification settings - Fork 834
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
fix: Start triton server via bash -c tritonserver instead of just tritonserver #5030
Conversation
Hi @SDJustus. Thanks for your PR. I'm waiting for a SeldonIO or todo member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. |
@SDJustus As at present we create the yaml/helm from kustomize you will actually need to:
In future we plan for the helm to be the source of truth, |
Reopened the PR with new commits, which should generate the helm charts the correct way. Let me know, if i need to change more. |
@cliveseldon as i accidentally closed this PR and reopened it afterwards, just a ping for you so we could set the ready to test flag |
Any updates on this? Maybe @cliveseldon |
Hi, |
/ok-to-test |
What this PR does / why we need it:
adjusted the components.yaml and the corresponding helm chart file, to be able to launch newer triton versions with gpu support, according to this issue in the triton repository.
Which issue(s) this PR fixes:
Fixes #5029
Special notes for your reviewer: