Skip to content

Remove tensorrt pip install check#7439

Merged
glenn-jocher merged 1 commit intomasterfrom
update/trt
Apr 15, 2022
Merged

Remove tensorrt pip install check#7439
glenn-jocher merged 1 commit intomasterfrom
update/trt

Conversation

@glenn-jocher
Copy link
Copy Markdown
Member

@glenn-jocher glenn-jocher commented Apr 15, 2022

Resolves #7431

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Streamlined import process for NVIDIA TensorRT in export script.

📊 Key Changes

  • Removed check_requirements function for TensorRT import in export.py.
  • Direct import of TensorRT library now without the prior version check.

🎯 Purpose & Impact

  • Simplification: The change makes the codebase cleaner by eliminating the version check before importing TensorRT.
  • Ease of use: Users can now expect a more straightforward import process for TensorRT, which is used for optimizing deep learning models.
  • Potential Performance Improvement: As the development moves forward, the YOLOv5 model can leverage the latest TensorRT optimizations without version restrictions, potentially improving performance for end-users. 🚀
  • Update Readiness: Encourages users to maintain the latest version of TensorRT, ensuring compatibility with new features and optimizations provided by Ultralytics.

@glenn-jocher glenn-jocher self-assigned this Apr 15, 2022
@glenn-jocher glenn-jocher merged commit 3eefab1 into master Apr 15, 2022
@glenn-jocher glenn-jocher deleted the update/trt branch April 15, 2022 19:48
@glenn-jocher glenn-jocher mentioned this pull request Apr 15, 2022
1 task
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TensorRT bindings version

1 participant