Skip to content

Bump rten-imageproc from 0.14.0 to 0.14.1#140

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rten-imageproc-0.14.1
Closed

Bump rten-imageproc from 0.14.0 to 0.14.1#140
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rten-imageproc-0.14.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps rten-imageproc from 0.14.0 to 0.14.1.

Changelog

Sourced from rten-imageproc's changelog.

[0.14.1] - 2024-11-16

This release adds Serde support for rten tensors and several optimizations which allow the Whisper example to run significantly faster.

rten-tensor

rten

Examples

  • Output transcription speed as a multiple of real-time in Whisper example (robertknight/rten#403)

  • Support longer audio inputs and normalize inputs in wav2vec2 speech recognition example (robertknight/rten#400)

Bug fixes

  • Fixed an issue where metadata associated with output value nodes was lost after a graph fusion. In the Whisper example this prevented several Transpose-MatMul fusions from being used (robertknight/rten#401).

Performance improvements

  • Added fast path for ArgMin / ArgMax for case when axis has unit stride (robertknight/rten#411)

  • Optimized GatherND by avoiding redundant zeroing of output and adding fast path for contiguous inputs (robertknight/rten#410)

  • Optimized copying of tensors with 5+ dimensions (robertknight/rten#409)

  • Operators in subgraphs which capture their first input from a parent graph can now run in-place (robertknight/rten#407)

  • After the initial execution plan is created, it is now re-ordered to enable more operations to run in-place (robertknight/rten#405)

rten-generate

  • The strategy for reserving capacity for KV-cache growth has been modified to work with models that don't append to KV-cache inputs on the first run. This benefits Hugging Face "merged" transformer models with "past" and "no-past" branches (robertknight/rten#408)
Commits
  • 04ce851 chore: Release
  • c6b5b22 Update change log
  • cbcfa9f Merge pull request #411 from robertknight/arg-min-max-fast-path
  • 90a8604 Make NaN testing more efficient in reduction ops
  • 4b97e9d Add ArgMin / ArgMax fast path for contiguous (stride 1) axes
  • b4e3d2b Add Lane::as_slice method
  • d4a7808 Merge pull request #410 from robertknight/gathernd-uninit
  • ae44864 Add fast path for contiguous input in GatherND
  • 5506574 Avoid redundant zeroing of output buffer in GatherND
  • 26eeef0 Merge pull request #409 from robertknight/faster-5d-plus-copy
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
Bumps [rten-imageproc](https://github.com/robertknight/rten) from 0.14.0 to 0.14.1.
- [Changelog](https://github.com/robertknight/rten/blob/main/CHANGELOG.md)
- [Commits](robertknight/rten@rten-imageproc-v0.14.0...rten-imageproc-v0.14.1)

---
updated-dependencies:
- dependency-name: rten-imageproc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rten-imageproc-0.14.1 branch from eed7d0c to 927c4fe Compare December 15, 2024 13:27
@robertknight
Copy link
Owner

Resolved in #161.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/rten-imageproc-0.14.1 branch February 8, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant