-
Notifications
You must be signed in to change notification settings - Fork 350
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 support for JetPack 6.1 build #3211
Conversation
TODO: |
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.
Need to add the new tutorial to the index.rst for it to show up in the docs
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.
Need to add the new tutorial to the index.rst for it to show up in the docs
added. |
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.
LGTM
Description
Add support for the jetpack6.1 build.
Currently jetpack 6.1 has:
cuda: 12.6
python: 3.10
tensorrt: 10.3
DLFW: 24.08 (pytorch: 2.5.0)
It can build successfully on release/2.5 branch, will fail on the main branch for now, as main branch has used the pytorch method from 2.6.0 which is not in the DLFW24.08 distribution.
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: