v0.51.6
roboflow/inferencev0.51.6Jul 22, 2025by grzegorz-roboflow
AI Summary
Improvements to WebRTC latency and MacOS MPS support, alongside better configuration for the inference-cli.
Key Highlights
- Optimized WebRTC latency for heavy workflows.
- Fixed MacOS MPS support for rfdetr models.
- Fixed inference-cli PYTHONPATH export to ensure the tool is picked up correctly.
New Features
- WebRTC latency optimization
- MacOS MPS support for rfdetr
Full Release Notes
# Changes to Inference: * Webrtc latency for heavy workflows by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1444 * Export PYTHONPATH so inference is picked up correctly by inference-cli by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1439 # Changes to Inference-Experimental: * Improve readme to nicely list registered models by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1437 * Apply changes such that MPS is correctly supported for `rfdetr`, yet still remain non-default for MacOS by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1436 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.51.5...v0.51.6