pypi ultralytics 8.2.90
v8.2.90 - `ultralytics 8.2.90` Apple MPS unified memory clearing (#16085)

latest releases: 8.2.97, 8.2.96, 8.2.95...
12 days ago

🌟 Summary

The Ultralytics YOLO v8.2.90 release focuses on improving memory management on macOS devices and updating dependencies to ensure compatibility and stability.

📊 Key Changes

  • Apple MPS Memory Optimization: Integrated torch.mps.empty_cache() for macOS to enhance memory management when using MPS devices.
  • ONNXSlim Dependency Update: Reverted onnxslim to version 0.1.32 to address export issues with YOLOv10 for TFLite.
  • Default Save Behavior: Adjusted behavior based on the interface: now defaults save to True for CLI and False for Python scripts.

🎯 Purpose & Impact

  • Performance Enhancements: The memory optimization for macOS users can lead to significant training speed improvements, potentially reducing training time by up to 40%.
  • Stability Improvements: Updating the onnxslim dependency ensures smoother model export processes and prevents compatibility errors with new versions.
  • User Experience: The change in default saving behavior aims to align with user expectations, automatically saving results in CLI usage, reducing confusion, and providing flexibility in Python environments.

Overall, this release promotes better resource management on macOS, secures compatibility with dependency updates, and fine-tunes the user interface experience for more intuitive interactions. 🚀💡

What's Changed

Full Changelog: v8.2.89...v8.2.90

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.