-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add tritonrelease container #4455
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
Conversation
4cd1570
to
7a35e9f
Compare
7a35e9f
to
5b46366
Compare
/bot run |
PR_Github #5778 [ run ] triggered by Bot |
5b46366
to
5e2e7bc
Compare
/bot skip |
GitHub Bot Help
Provide a user friendly way for developers to interact with a Jenkins server. Run See details below for each supported subcommand.
Launch build/test pipelines. All previously running jobs will be killed.
kill
Kill all running builds associated with pull request. skip
Skip testing for latest commit on pull request. reuse-pipeline
Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break. |
/bot skip --comment "The build and related tests were successful" |
PR_Github #5790 [ skip ] triggered by Bot |
PR_Github #5778 [ run ] completed with state |
PR_Github #5790 [ skip ] completed with state |
/bot --skip-test |
GitHub Bot Help
Provide a user friendly way for developers to interact with a Jenkins server. Run See details below for each supported subcommand.
Launch build/test pipelines. All previously running jobs will be killed.
kill
Kill all running builds associated with pull request. skip
Skip testing for latest commit on pull request. reuse-pipeline
Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break. |
/bot run --skip-test |
f51a23c
to
97bfa6b
Compare
PR_Github #5901 [ run ] triggered by Bot |
6c31869
to
61b52cd
Compare
PR_Github #5901 [ run ] completed with state |
/bot run --skip-test |
aa3546f
to
90b1e3b
Compare
PR_Github #5911 [ run ] triggered by Bot |
PR_Github #5911 [ run ] completed with state |
90b1e3b
to
d342a32
Compare
/bot run --skip-test |
PR_Github #5955 [ run ] triggered by Bot |
PR_Github #5955 [ run ] completed with state |
Closing in favor of: #4544 |
Signed-off-by: Iman Tabrizian <[email protected]>
Signed-off-by: Iman Tabrizian <[email protected]>
Co-authored-by: Martin Marciniszyn Mehringer <[email protected]> Signed-off-by: Iman Tabrizian <[email protected]>
338d708
to
5945729
Compare
/bot reuse-pipeline |
PR_Github #6081 [ reuse-pipeline ] triggered by Bot |
PR_Github #6081 [ reuse-pipeline ] completed with state |
* Add tritonrelease container Signed-off-by: Iman Tabrizian <[email protected]> * Review comments Signed-off-by: Iman Tabrizian <[email protected]> * Update docker/Makefile Co-authored-by: Martin Marciniszyn Mehringer <[email protected]> Signed-off-by: Iman Tabrizian <[email protected]> --------- Signed-off-by: Iman Tabrizian <[email protected]> Signed-off-by: Iman Tabrizian <[email protected]> Co-authored-by: Martin Marciniszyn Mehringer <[email protected]> Signed-off-by: darraghdog <[email protected]>
Add a Triton container that contains TensorRT-LLM and Triton backend
This replaces the old docker file that existed in the TRT-LLM backend repo. The build can be optimized further just having something that works for now.