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

Automate release artifacts build: usage pytorch cxx11 builder base image #2988

Merged
merged 50 commits into from
Jul 9, 2024

Conversation

lanluo-nvidia
Copy link
Collaborator

@lanluo-nvidia lanluo-nvidia commented Jul 8, 2024

Description

Added two github workflows for the automate release artifacts:

release-linux:
4 auditwheel repaired wheel (python version: 3.8/3.9/3.10/3.11, cuda version: cu124)
1 pre-cxx11-abi tarball (python version: 3.10, cuda version: cu124)
1 cxx11-abi tarball (python version: 3.10, cuda version: cu124)
Here is the 2.4.0 linux release artifacts: https://github.com/pytorch/TensorRT/actions/runs/9816517467#artifacts
https://github.com/pytorch/TensorRT/actions/runs/9860448640

release-windows:
4 wheel file(python version: 3.8/3.9/3.10/3.11, cuda version: cu124)
Here is the 2.4.0 windows release artifacts:
https://github.com/pytorch/TensorRT/actions/runs/9850845389#artifacts

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 Jul 8, 2024
@lanluo-nvidia lanluo-nvidia added the ciflow/binaries/all Build for all Python Versions label Jul 8, 2024
Copy link

pytorch-bot bot commented Jul 8, 2024

No ciflow labels are configured for this repo.
For information on how to enable CIFlow bot see this wiki

@lanluo-nvidia lanluo-nvidia added the build-release-artifacts Build the release artifacts label Jul 8, 2024
@lanluo-nvidia lanluo-nvidia marked this pull request as ready for review July 9, 2024 18:01
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 f0086f9 into release/2.4 Jul 9, 2024
247 of 277 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-release-artifacts Build the release artifacts ciflow/binaries/all Build for all Python Versions cla signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants