Skip to content

Bump rten to v0.16#161

Merged
robertknight merged 1 commit intomainfrom
rten-v0.16
Feb 8, 2025
Merged

Bump rten to v0.16#161
robertknight merged 1 commit intomainfrom
rten-v0.16

Conversation

@robertknight
Copy link
Owner

@robertknight robertknight commented Feb 8, 2025

This release adds support for quantized models, although no quantized versions of the Ocrs default models are available yet.

The rten version ranges are set to ">= 0.14.0, < 0.17.0" since ocrs will build with v0.14.0 or later. There are small semver incompatible changes in the later releases, but they don't affect this library.

This release adds support for quantized models, although no quantized versions
of the Ocrs default models are available yet.

The dependency version range has been set to `>= 0.14.0` as that's the oldest
version that ocrs will compile against (tests require v0.15.0 or later).
@robertknight robertknight marked this pull request as ready for review February 8, 2025 17:33
@robertknight robertknight merged commit 0b59e53 into main Feb 8, 2025
2 checks passed
@robertknight robertknight deleted the rten-v0.16 branch February 8, 2025 17:34
@robertknight
Copy link
Owner Author

Hmm, this is annoying. Creating a new project and doing cargo add ocrs rten@0.14.0 ends up building rten v0.14.0 and rten v0.16.0, even though the latest ocrs version is compatible with rten.

rten is a large dependency so you really don't want to build two versions of it if possible. See also rust-lang/cargo#10599 and rust-lang/cargo#9029.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant