einops icon indicating copy to clipboard operation
einops copied to clipboard

Update tch requirement from 0.18 to 0.20

Open dependabot[bot] opened this issue 9 months ago • 0 comments

Updates the requirements on tch to permit the latest version.

Changelog

Sourced from tch's changelog.

v0.20.0

Changed

  • PyTorch v2.7 support

v0.19.0

Changed

  • PyTorch v2.6 support

v0.18.1

Changed

  • PyTorch v2.5.1 support

v0.18.0

Changed

  • PyTorch v2.5 support

v0.17.0

Changed

  • PyTorch v2.4 support

v0.16.0

Changed

  • PyTorch v2.3 support

v0.15.0

Changed

  • PyTorch v2.2 support

v0.14.0

Changed

  • PyTorch v2.1 support 803.
  • Add a pyo3-tch crate for interacting with Python via PyO3 730.
  • Expose the cuda fuser enabled flag, 728.
  • Improved the safetensor error wrapping, 720.

v0.13.0 - 2023-05-18

Added

  • Support static linking in the build script, 712.
  • Make the libtorch download opt-in rather than a default behavior. The libtorch library download can still be triggered by enabling the download-libtorch feature, 707.
  • Rename the of_... conversion functions to from_... so as to be closer to the Rust best practices, 706. This is a breaking change and will require modifying calls such as of_slice to be from_slice

... (truncated)

Commits

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 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)

dependabot[bot] avatar Apr 28 '25 00:04 dependabot[bot]