Skip to content

v0.58.1

Choose a tag to compare

@PawelPeczek-Roboflow PawelPeczek-Roboflow released this 03 Oct 09:23
· 2456 commits to main since this release
16961e2

馃敡 Fixed

Warning

Potential OOM errors in inference server as a result of bug introduced in v0.55.0

We've detected a bug that was in inference since 0.55.0 release - setting confidence to 0.0 was historically prevented globally in inference server. Since we wanted to remove that constraint, in 0.55.0 release, we make it possible to set such confidence threshold, but that turned out to lead to OOM issues with some models - namely instance segmentation ones, which in some cases may yield large amount of segmentation masks using wast amount of RAM. To provide quick-fix, we've added CONFIDENCE_LOWER_BOUND_OOM_PREVENTION env variable flag to control the minimal allowed confidence, set by default to 0.01.

Review the change here: #1611

馃彙 Maintenance

Full Changelog: v0.58.0...v0.58.1