Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rten to v0.16 #161

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Bump rten to v0.16 #161

merged 1 commit into from
Feb 8, 2025

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 [email protected] 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