einops
einops copied to clipboard
Update tch requirement from 0.18 to 0.20
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-tchcrate 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-libtorchfeature, 707.- Rename the
of_...conversion functions tofrom_...so as to be closer to the Rust best practices, 706. This is a breaking change and will require modifying calls such asof_sliceto befrom_slice
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)