v0.62.2
roboflow/inferencev0.62.2Nov 26, 2025by grzegorz-roboflow
AI Summary
This release adds official support for Jetpack 6.2 and introduces batch processing capabilities via cloud storage. It also includes conditional model preloading and an updated Gemini workflow block. A fix ensures that the lower bound confidence threshold is correctly applied.
Key Highlights
- Jetpack 6.2 Support
- Batch processing with cloud storage
- Conditional preloading of models
- Gemini workflow block v2
New Features
- Jetpack 6.2
- Cloud Storage Batch Processing
- Conditional Model Preloading
- Gemini v2
Full Release Notes
# 💪 Added * Jetpack 6.2 Support by @alexnorell in https://github.com/roboflow/inference/pull/1730 * batch processing with cloud storage by @japrescott in https://github.com/roboflow/inference/pull/1726 * Parametrize modal function to enable conditional preloading of models by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1744 * Gemini workflow block v2 by @brunopicinin in https://github.com/roboflow/inference/pull/1753 # 🔧 Fixed * lower bound confidence threshold was not applied due to incorrect condition by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1746 # 🏡 Maintenance * improve rfdetr segmentation post processing by @hansent in https://github.com/roboflow/inference/pull/1747 * Proxy sam3 endpoint by @hansent in https://github.com/roboflow/inference/pull/1743 * Accept newer version of numpy by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1745 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.62.0...v0.62.2