Ultralytics v8.4.6 is out โ reliability upgrade for DDP + smoother ul:// datasets 

Ultralytics v8.4.6 is a reliability-focused release that fixes a multi-GPU DDP training crash, improves dataset URI handling for larger ul://... datasets, and ships several docs/Platform workflow upgrades ![]()
![]()
You can review the full details in the Ultralytics v8.4.6 release page.
New Features & Key Fixes (high impact)
Fixed multi-GPU DDP training crash
- PR: #23301 by @pfabreu
- What changed: Added a missing
PosixPathimport to the generated temporary DDP training script (ultralytics/utils/dist.py). - Why it matters: Prevents
NameError: name 'PosixPath' is not definedwhen model paths are passed asPath/PosixPathobjects during DDP training (common on Linux)

More robust dataset URI resolution for large ul://... datasets
- PR: #23305 by @glenn-jocher
- What changed:
ul://...dataset URLs now allow more server-side preparation time (NDJSON generation), reducing premature timeouts on large datasets

Improvements (developer quality)
BYTETracker typing modernized (no behavior change)
- PR: #23304 by @ahmet-f-gumustas
- What changed: Migrated legacy
# type:comments to inline annotations inbyte_tracker.py
Docs & Ultralytics Platform guidance updates
New/updated Platform docs + usability improvements
- PR: #23294 by @glenn-jocher
- What changed: Added docs for Activity Feed and Trash/Restore, refreshed billing/GPU pricing, and added โTry on Ultralytics Platformโ callouts for YOLO11, YOLO26, YOLOv5, and YOLOv8


Doc typo fixes (YOLO26 + YOLOE)
- PR: #23298 by @raimbekovm
New contributor shoutout 
- @ahmet-f-gumustas made their first contribution in PR #23304 โ welcome!

Quick start (upgrade + sanity check)
pip install -U ultralytics
yolo version
If youโre training on multi-GPU, this is a good release to pick upโespecially if you hit issues in 8.4.5 with DDP + Path/PosixPath inputs.
Feedback wanted
Try v8.4.6 and let us know:
- Did it resolve your DDP multi-GPU crash?

- Are your
ul://...datasets loading more reliably now?
- Anything else you want improved for YOLO26 workflows (detect/segment/classify/pose/OBB)?
