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 the jetpack6.1 build #3201

Open
wants to merge 3 commits into
base: release/2.5
Choose a base branch
from
Open

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.

Fixes # (issue)

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

@lanluo-nvidia lanluo-nvidia self-assigned this Oct 2, 2024
@github-actions github-actions bot added the component: build system Issues re: Build system label Oct 2, 2024
@lanluo-nvidia lanluo-nvidia marked this pull request as ready for review October 2, 2024 04:22
@narendasan
Copy link
Collaborator

Can you layout the workflow you expect users to do? What updates do we need to add here? https://pytorch.org/TensorRT/getting_started/installation.html#compiling-from-source

I feel like the script could just be in the docs since it seems like mostly dependency installs

@peri044
Copy link
Collaborator

peri044 commented Oct 4, 2024

  1. script - move to docs
  2. align with which pytorch to target (ngc or the stable ones )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants