ultralytics/ultralytics v8.4.74 (opens in new tab)
#Python 🌟 Summary Ultralytics v8.4.74 focuses on more reliable model export and quantization 🔧—especially fixing INT8 export stability on affected GPU setups and preventing flaky OpenVINO export failures on NMS-enabled models. 📊 Key Changes 🚨 INT8 calibration now always runs on CPU during ModelOpt export In the most important change from PR unconditionally on the CPU execution provider. This replaces the earlier GPU/RTX detection logic, which was found to be unreliable in real-world use. The ...
Read the original article