Published January 18, 2026
| Version v8.4.6
Software
Open
Ultralytics YOLO
Description
π Summary (single-line synopsis)
Ultralytics v8.4.6 is a reliability-focused release that fixes a multi-GPU DDP training crash and improves Ultralytics HUB/Platform dataset URI handling, plus several documentation upgrades ππ οΈ
π Key Changes
- β
Fixed DDP multi-GPU training crash (PR #23301 by @pfabreu)
- Added missing
PosixPathimport to the generated temporary DDP training script (ultralytics/utils/dist.py). - Prevents
NameError: name 'PosixPath' is not definedwhen model paths are passed asPosixPathobjects (common on Linux) during Distributed Data Parallel training π§©π§―
- Added missing
- β±οΈ More robust dataset URI resolution for large Ultralytics HUB/Platform datasets (PR #23305 by @glenn-jocher)
ul://...dataset URLs now allow a much longer server-side preparation time (NDJSON generation) to avoid premature timeouts π’π¦
- π§Ή Developer quality: BYTETracker typing modernized (PR #23304)
- Switched legacy
# type:comments to inline type annotations inBYTETracker(no behavior change) π§ π§
- Switched legacy
- π Docs + Platform guidance improvements (PR #23294, #23298)
- Added new docs for Activity Feed and Trash/Restore, refreshed billing/GPU pricing, added "Try on Ultralytics Platform" callouts for YOLO11 / YOLO26 / YOLOv5 / YOLOv8, plus small typo fixes βοΈπ
π― Purpose & Impact
- DDP training is stable again on multi-GPU setups ποΈβ
- If you upgraded to 8.4.5 and saw failures when launching DDP training (especially with models like
yolo26n.ptpassed as aPath/PosixPath), this release removes that blockerβless downtime, fewer confusing crashes.
- If you upgraded to 8.4.5 and saw failures when launching DDP training (especially with models like
- Fewer flaky failures when using
ul://...datasets from Ultralytics HUB/Platform πβ- Large datasets can take longer to prepare; the smarter timeout reduces false "timeout" errors during dataset resolution.
- Better usability and discoverability in docs π§π
- Clearer Platform workflows (Activity Feed, Trash/Restore) and more direct "try it now" paths for major YOLO models.
For more context, see the v8.4.6 release tag on GitHub.
What's Changed
- Improve Platform docs by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/23294
- Fix typos in YOLO26 and YOLOE docs by @raimbekovm in https://github.com/ultralytics/ultralytics/pull/23298
- Longer NDJSON generation timeout by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/23305
- Modernize type comments to inline annotations in
byte_tracker.pyby @ahmet-f-gumustas in https://github.com/ultralytics/ultralytics/pull/23304 ultralytics 8.4.6Add missing PosixPath import in DDP train file gen by @pfabreu in https://github.com/ultralytics/ultralytics/pull/23301
New Contributors
- @ahmet-f-gumustas made their first contribution in https://github.com/ultralytics/ultralytics/pull/23304
Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.4.5...v8.4.6
Notes
Files
ultralytics/ultralytics-v8.4.6.zip
Files
(2.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:bc8fa8ddae542492ad0c057761578722
|
2.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ultralytics/ultralytics/tree/v8.4.6 (URL)
Software
- Repository URL
- https://github.com/ultralytics/ultralytics