-
Notifications
You must be signed in to change notification settings - Fork 75
build: bump torch from 2.7.0 to 2.9.1 #478
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
base: main
Are you sure you want to change the base?
Conversation
Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.0 to 2.9.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.7.0...v2.9.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment @cursor review or bugbot run to trigger another review on this PR
| dependencies = [ | ||
| "torch==2.7.0", | ||
| "torch==2.9.1", | ||
| "torchvision==0.22.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Incompatible torchvision version with torch 2.9.1
The torch version is being bumped to 2.9.1, but torchvision==0.22.0 remains unchanged. PyTorch and torchvision versions must be synchronized—torchvision 0.22.x is designed for torch 2.7.x, while torch 2.9.x requires torchvision 0.24.x. This mismatch will cause installation conflicts or runtime errors due to incompatible binary dependencies.
| "Programming Language :: Python :: 3.12", | ||
| ] | ||
| dependencies = [ | ||
| "torch==2.7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: xformers version incompatible with torch 2.9.1
The xformers==0.0.30 dependency (in both stable-fast and full optional dependencies) explicitly requires torch==2.7.0 and is incompatible with torch 2.9.1. Installing the stable-fast or full extras will fail due to this version constraint conflict.
Additional Locations (2)
| "Programming Language :: Python :: 3.12", | ||
| ] | ||
| dependencies = [ | ||
| "torch==2.7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: gptqmodel built for torch 2.7, not 2.9
The gptqmodel==4.0.0.dev0+cu126torch2.7 dependency is explicitly built for torch 2.7 (as indicated by torch2.7 in the version string). This package will likely be incompatible with torch 2.9.1, causing the gptq optional dependency installation to fail or produce runtime errors.
Bumps torch from 2.7.0 to 2.9.1.
Release notes
Sourced from torch's releases.
... (truncated)
Commits
d38164aEnable Doc builds for: Minor Releases RCs. Minor and Patch Releases final RC ...b002562Add doc for Symmetric Memory (#167477)5811a8d[cuDNN][SDPA][Convolution] Expose cuDNN runtime version in CUDA hooks (#167327)f36c764[dynamo][ez] Initialize tracer_output to None by default. (#167366)6877288Change forkserver test to only run below 3.13.8 (#167361)9976b77Cherry-pick LibTorch Stable ABI documentation (#167112 #166661 #163899) (#167...e6bcbbe[Inductor] No longer throw error in bmm out_dtype lowering due to tem… (#166922)8f658d7don't produce invalid grid configs (#166973) (#167158)3d27d95[GraphPartition] cache get_free_symbol_uses (#166338) (#166994)a06141fDelete deprecated fp32 precision warnings (#166956) (#166998)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)