v0.51.9

roboflow/inferencev0.51.9Jul 28, 2025by grzegorz-roboflow

AI Summary

This release focuses on bug fixes and dependency management, specifically addressing issues with numpy versions and post-processing errors in experimental features.

Key Highlights

  • Exposed processing time header for monitoring inference duration.
  • Fixed numpy version conflicts on Jetson dockers to prevent overwriting with numpy 2.
  • Fixed instance-segmentation post-processing errors in the inference-exp module.
  • Added Florence 2 LoRA support to inference-exp.

New Features

  • Processing time header exposure
  • Florence 2 LoRA model support

Full Release Notes

## Inference
* Expose processing time header by @stellasphere in https://github.com/roboflow/inference/pull/1449
* Fix countinference issue by @bigbitbus in https://github.com/roboflow/inference/pull/1452
* Fix rfdetr eps by @probicheaux in https://github.com/roboflow/inference/pull/1454
* Install inference-cli before forcing numpy to prevent overwriting with numpy 2 by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1441
* Fix/force numpy 1.26.4 on jetson dockers by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1457

## inference-exp
* Fix post-processing for instance-segmentation in `inference-exp` by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1440
* Publish intefence exp dockers by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1443
* inference-exp:  Florence 2 LoRA by @hansent in https://github.com/roboflow/inference/pull/1442


**Full Changelog**: https://github.com/roboflow/inference/compare/v0.51.7...v0.51.9