manylinux wheel file build update for TensorRT-10.0.1 by lanluo-nvidia · Pull Request #2868 · pytorch/TensorRT (original) (raw)
Description
Current many linux auditwheel build is broken for TensorRT10.0.1
Fixes # (issue)
The yum install cannot find the new TensorRT10.0.1
Switch to download the tarball from official TensorRT site and pip install it.
Type of change
Please delete options that are not relevant and/or add your own.
- Bug fix (non-breaking change which fixes an issue)
- 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