v1.3.10
roboflow/inferencev1.3.10Aug 10, 2026by PawelPeczek-Roboflow
AI Summary
Fixes a critical bug affecting all ONNX models on MacOS and adds a new contributor.
Key Highlights
- Fix for MacOS ONNX models crashing due to invalid CUDA stream management
- New contributor @voropaevv
Full Release Notes
# Fixed ## 😨 Global MacOS bug with `onnx` models We had problem causing all `onnx` models to fail on MacOS due to invalid use of utils for management of CUDA streams. Problem was patched by @voropaevv in https://github.com/roboflow/inference/pull/2771 # 🏅 New Contributors * @voropaevv made their first contribution in https://github.com/roboflow/inference/pull/2771 **Full Changelog**: https://github.com/roboflow/inference/compare/v1.3.9...v1.3.10