fix(deps): update dependency ultralytics ( 8.4.70 → 8.4.72 ) - #422
Merged
Conversation
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
2 times, most recently
from
June 20, 2026 01:59
ab48fae to
a757a18
Compare
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
June 20, 2026 13:19
a757a18 to
6c6d4ab
Compare
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.70 | 8.4.72 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
June 21, 2026 02:11
6c6d4ab to
7f2fffb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==8.4.70→==8.4.72Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.72: - Fix TensorRT INT8 export crash on RTX cards exposing the NvTensorRTRTX EP (#24876)Compare Source
🌟 Summary
v8.4.72 is a small but important stability release that mainly fixes a TensorRT INT8 export crash on some RTX GPUs 🚀, while also improving export environment reliability and cleaning up docs/CI.
📊 Key Changes
Fixed TensorRT INT8 export crashes on certain RTX cards 🔧
format="engine", int8=Truecould fail on some RTX GPUs, including cases where ONNX Runtime exposed both TensorRT execution providers.Improved TensorRT/ONNX export image compatibility for CUDA 12 🐳
onnxruntime-gputo below 1.27.0 in the export Docker image.GitHub Actions checkout updated from v6 to v7 ⚙️
actions/checkoutversion.Documentation updates and cleanup 📚
🎯 Purpose & Impact
More reliable INT8 TensorRT exports on RTX hardware 💡
Better support for modern RTX environments 🖥️
Safer Docker-based export workflows 🛡️
onnxruntime-gpuprevents version mismatches that could break ONNX inference and export tests inside CUDA 12 environments.No major model architecture changes 📌
Practical benefit for users ✅
What's Changed
Full Changelog: ultralytics/ultralytics@v8.4.71...v8.4.72
v8.4.71: - Official C++ Examples refactor 🐪 (#24869)Compare Source
🌟 Summary
Ultralytics
v8.4.71is mainly a release-tag update 📦, but the most important underlying change is a major refactor of the official C++ examples that makes YOLO deployment in C++ much more unified, easier to use, and more capable across backends 🚀📊 Key Changes
Release bump to
8.4.71🔖8.4.70to8.4.71.Big C++ examples refactor landed in this release 🛠️
examples/cpp/structure instead of being scattered across many separate folders.Much broader C++ task support 🎯
Automatic task and model behavior detection 🤖
More consistent C++ developer experience 🧰
yolo_<backend>--modeland--sourceUltralytics Platform GPU docs expanded ☁️
🎯 Purpose & Impact
For most users: this release is mostly about packaging and delivery** ✅
v8.4.71helps tools and environments track the newest Ultralytics build correctly.For C++ developers: this is the real headline** 💡
For teams using multiple model types: better flexibility** 🔄
For YOLO26 adoption: stronger deployment support** 🚀
For Ultralytics Platform users: more cloud hardware choices** ⚡
In short: the tag PR itself is just a version bump, but
v8.4.71packages a meaningful C++ usability upgrade and refreshed platform GPU documentation 🎉What's Changed
Full Changelog: ultralytics/ultralytics@v8.4.70...v8.4.71
Configuration
📅 Schedule: (in timezone Europe/Vienna)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.