Skip to content
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

Merged
merged 11 commits into from
Oct 17, 2024
Merged

Add support for JetPack 6.1 build #3211

merged 11 commits into from
Oct 17, 2024

Conversation

lanluo-nvidia
Copy link
Collaborator

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project (You can use the linters)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes
  • I have added the relevant labels to my PR in so that relevant reviewers are notified

@github-actions github-actions bot added documentation Improvements or additions to documentation component: build system Issues re: Build system labels Oct 5, 2024
@lanluo-nvidia
Copy link
Collaborator Author

TODO:
align with which pytorch to target (ngc or the stable ones)

Copy link
Collaborator

@narendasan narendasan left a 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

Copy link
Collaborator

@narendasan narendasan left a 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

@lanluo-nvidia
Copy link
Collaborator Author

Need to add the new tutorial to the index.rst for it to show up in the docs

added.

@lanluo-nvidia lanluo-nvidia self-assigned this Oct 11, 2024
Copy link
Collaborator

@narendasan narendasan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lanluo-nvidia lanluo-nvidia merged commit c6919f4 into main Oct 17, 2024
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed component: build system Issues re: Build system documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants