fix(deps): update dependency ultralytics ( 8.4.60 → 8.4.62 ) - #409
Merged
Conversation
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
June 8, 2026 02:09
eecbaf5 to
7e78f07
Compare
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.60 | 8.4.62 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
June 8, 2026 15:22
7e78f07 to
07e4e05
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.60→==8.4.62Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.62: - Prevent NaN/Inf EMA from discarding training checkpoints (#24731)Compare Source
🌟 Summary
🛡️ v8.4.62 is mainly a reliability release focused on preventing trained models from being lost at the end of training, with additional improvements to Platform docs, dataset/API documentation, test stability, and CI efficiency.
📊 Key Changes
🚨 Major training fix: checkpoints are no longer discarded just because EMA hits NaN/Inf during save checks
✅ Validation is now safer during AMP training
🧪 New test coverage for fp16 overflow checkpoint handling
📘 Big Ultralytics Platform docs refresh
🔗 Fixed broken COCO evaluation links
🧪 Less flaky data-related tests
⚡ Lean CI improvements
🎯 Purpose & Impact
💾 Prevents losing trained models
🔒 Improves training stability and trustworthiness
🚀 Better experience for common training setups
📚 More accurate docs for the Ultralytics Platform
🧰 Improved developer and CI reliability
🌍 Cleaner external documentation links
Overall, v8.4.62 is not a major model-feature release, but it is a high-value stability update 🛠️—especially for anyone training YOLO models with mixed precision and expecting reliable checkpoint saves.
What's Changed
Full Changelog: ultralytics/ultralytics@v8.4.61...v8.4.62
v8.4.61: - Fix INT8 ONNX calibration batch mismatch and read-only onnx2tf patching (#24721)Compare Source
🌟 Summary
v8.4.61 is mainly a stability and export reliability release 🛠️, led by an important fix for INT8 ONNX export failures and another fix for read-only
onnx2tfpatching, with additional improvements to CI, export testing, docs accuracy, and platform documentation.📊 Key Changes
🚨 Fixed INT8 ONNX export crashes on small calibration datasets in PR #24721 by @glenn-jocher
🔒 Fixed read-only
onnx2tfpatching issues in PR #24721 by @glenn-jocher🧪 Stronger export validation in CI
yolo26n.pt, helping catch export problems earlier.🤖 TensorRT compatibility improvement
end2endexport when using older TensorRT versions that do not support it.🎯 SAM duplicate-mask cleanup fix
🧠 Semantic segmentation support made clearer across the product
task=semanticas a valid option.📚 Large documentation and accuracy refresh
🎯 Purpose & Impact
✅ More reliable model export workflows
🚀 Fewer production export failures
onnx2tfand ONNX calibration fixes target bugs already seen in real-world error tracking, so this release should reduce export breakages in actual deployments.🧪 Better confidence in deployment formats
📦 Improved compatibility on specialized hardware
🧹 Cleaner and more accurate user experience
🌍 Better guidance for a broad user base
In short, v8.4.61 is less about new models and more about making YOLO26 deployment safer, smoother, and more production-ready 🔧📈
What's Changed
tipcase in docs by @lakshanthad in #24669New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.60...v8.4.61
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.