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.2 build #3453

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

johnnynunez
Copy link

Add support for the jetpack6.2 build.
Currently jetpack 6.2 has:
cuda: 12.6
python: 3.10
tensorrt: 10.3
DLFW: 24.08 (pytorch: 2.6.0)

Jetson now distribute wheels on https://pypi.jetson-ai-lab.dev/

jetpack6.2 wheels: https://pypi.jetson-ai-lab.dev/jp6/cu126

@github-actions github-actions bot added documentation Improvements or additions to documentation component: build system Issues re: Build system labels Mar 28, 2025
@github-actions github-actions bot requested a review from narendasan March 28, 2025 08:29
---------------------
Nvida JetPack 6.1 is the latest production release ofJetPack 6.
Nvida JetPack 6.2 is the latest production release ofJetPack 6.
With this release it incorporates:
CUDA 12.6
TensorRT 10.3
Copy link
Collaborator

Choose a reason for hiding this comment

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

@zewenli98 Do you know of any incompatibilities between 10.3 and 10.9 (minus new APIs)?

Copy link
Author

Choose a reason for hiding this comment

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

6.1 is the same as 6.2.
6.2 is an update for super nano

Copy link
Collaborator

Choose a reason for hiding this comment

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

Besides add_unsqueeze was added in TRT 10.7, I don't remember any incompatibilities. (add_unsqueeze is being used in the converter)

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.

@johnnynunez Thanks for opening this, this is very helpful. We will test it internally and provide additional feedback

cmd.append("--platforms=//toolchains:jetpack_6.1")
print("Jetpack version: 6.1")
elif JETPACK_VERSION == "6.2":
cmd.append("--platforms=//toolchains:jetpack_6.2")
Copy link
Collaborator

Choose a reason for hiding this comment

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

We might want to bind version 6.1 and 6.2 to like a 6.x bazel toolchain if there arent really any distinguishing dependencies.

Copy link
Author

Choose a reason for hiding this comment

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

I changed it because 6.1 is the same as 6.2
6.2 is the “super nano” update

@@ -13,6 +13,6 @@ constraint_value(
)

constraint_value(
name = "6.1",
name = "6.2",
Copy link
Collaborator

Choose a reason for hiding this comment

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

See above

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.

4 participants