v0.51.5
roboflow/inferencev0.51.5Jul 18, 2025by grzegorz-roboflow
AI Summary
Added CLI support to Jetson dockers, configurable API URLs, and new experimental features like CLIP and perception encoder.
Key Highlights
- Added inference-cli to Jetson dockers for local execution.
- Made API URLs configurable for workflow remote execution.
- Added CLIP with Torch backend to inference-experimental.
- Added perception encoder workflow blocks.
New Features
- Jetson CLI support
- Configurable API URLs
- CLIP model support
- Perception encoder workflow blocks
Full Release Notes
## What's Changed # Changes to Inference: * Add inference cli to jetson dockers by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1429 * Make inference API urls configurable for workflow remote execution by @bigbitbus in https://github.com/roboflow/inference/pull/1428 * Set TTL for validated models to 1 hour by @bigbitbus in https://github.com/roboflow/inference/pull/1426 # Changes to Inference-Experimental: * Fix issue with auto-loader, adjust `project.toml` to use new `supervision` and kick-off readme by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1423 * rename from perception_encoder to perception-encoder by @hansent in https://github.com/roboflow/inference/pull/1427 * add CLIP w/ TORCH backend to inference_experimental by @hansent in https://github.com/roboflow/inference/pull/1415 * Improve README in terms of installation instructions and clarity by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1431 * Fix/add cpu only tests marker by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1432 * fix CUDA issue on inference-experimental GPU CI by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1419 * Add improvements to auto-negotiation errors clarity by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1434 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.51.4...v0.51.5