-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Base test TRT update #26818
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
base: main
Are you sure you want to change the base?
Base test TRT update #26818
Conversation
tools/ci_build/github/linux/docker/Dockerfile.manylinux2_28_cuda
Outdated
Show resolved
Hide resolved
| cuda12_trt_version: '10.9.0.34' | ||
| cuda13_trt_version: '10.13.3.9' |
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.
Update these as well.
Please search these version numbers in files. Just in case you missed other files as well.
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.
Yup, thanks! I figured I'd update Linux first then then will update windows. Once both are finished, I will publish the PR. Separating out the 'variables' portion here was intentional so I could work on a single platform at a time.
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.
Hm, it looks like 12.8 is pretty pervasive. It might make more sense to update 12.8 -> 12.9 then do the TRT update.
Description
Motivation and Context