Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Bump ort from 1.14.8 to 1.15.1 #33

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Bump ort from 1.14.8 to 1.15.1 #33

merged 3 commits into from
Jul 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps ort from 1.14.8 to 1.15.1.

Release notes

Sourced from ort's releases.

v1.15.1

Changes

v1.15.0

Apologies for the delay.

Changes

  • Upgrade to ONNX Runtime v1.15.1.
  • Added support for IoBinding.
  • Unified input & output tensors under one struct, Value.
  • Use "unified" bindings with better platform support and less jank.
  • Remove fetch-models from default features: #59
  • Added support for boolean inputs: #60
  • Fixed a segfault when dropping ORT tensors after session: #50
  • Rework execution providers to be much easier to use.
  • Added support for OpenVINO execution provider.
  • Added support for loading models with in-memory external initializers (can be used to load LoRAs, for instance)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [ort](https://github.com/pykeio/ort) from 1.14.8 to 1.15.1.
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](https://github.com/pykeio/ort/commits/v1.15.1)

---
updated-dependencies:
- dependency-name: ort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 18, 2023
@garryod garryod merged commit 5caef35 into main Jul 18, 2023
19 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/ort-1.15.1 branch July 18, 2023 12:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant