v0.51.1
roboflow/inferencev0.51.1Jun 27, 2025by grzegorz-roboflow
AI Summary
Significant performance improvements (up to 257%) and new model additions, including Moondream2 and variable speed simulation.
Key Highlights
- Speed up `RFDETRObjectDetection.postprocess` by 257%.
- Added Moondream2 model to the inference suite.
- Added variable speed simulation feature.
- Fixed JSON object default value handling for `WorkflowParameter`.
New Features
- Performance optimizations (257%)
- Moondream2 model
- Variable speed simulation
Full Release Notes
# ⚡ Speed-ups (with https://github.com/codeflash-ai) * ⚡️ Speed up method `RFDETRObjectDetection.postprocess` by 257% by @misrasaurabh1 in https://github.com/roboflow/inference/pull/1381 # 💪 Added * Add variable speed simulation by @lou-roboflow in https://github.com/roboflow/inference/pull/1392 * Add new Moondream2 model by @capjamesg in https://github.com/roboflow/inference/pull/1388 * Allow dataset upload tags from list selector by @NickHerrig in https://github.com/roboflow/inference/pull/1364 # 🧑🏭 Maintanence * Add fix for the problem with JSON object as default vaule for `WorkflowParameter` by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1379 * Bump peft with fixed dependencies by @probicheaux in https://github.com/roboflow/inference/pull/1387 * Feat/pass countinference to serverless getweights by @bigbitbus in https://github.com/roboflow/inference/pull/1373 * Add tests covering rfdetr sigmoid_stable by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1394 * Install libsqlite3-dev before building python3.9 on jetson 4.6.1 by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1383 * Suppress missing dependencies warnings when starting jetson 4.6.1 by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1389 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.51.0...v0.51.1