-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -96,7 +96,7 @@ classifiers = [ | |
| "Programming Language :: Python :: 3.12", | ||
| ] | ||
| dependencies = [ | ||
| "torch==2.7.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: gptqmodel built for torch 2.7, not 2.9The Additional Locations (1) |
||
| "torch==2.9.1", | ||
| "torchvision==0.22.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Incompatible torchvision version with torch 2.9.1The |
||
| "torchmetrics[image]==1.7.4", | ||
| "requests>=2.31.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.30dependency (in bothstable-fastandfulloptional dependencies) explicitly requirestorch==2.7.0and is incompatible withtorch2.9.1. Installing thestable-fastorfullextras will fail due to this version constraint conflict.Additional Locations (2)
pyproject.toml#L143-L144pyproject.toml#L157-L158