Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Updates the requirements on torch to permit the latest version.

Release notes

Sourced from torch's releases.

PyTorch 2.8.0 Release Notes

Highlights

... (truncated)

Changelog

Sourced from torch's changelog.

Releasing PyTorch

Release Compatibility Matrix

Following is the Release Compatibility Matrix for PyTorch releases:

... (truncated)

Commits
  • ba56102 Cherrypick: Add the RunLLM widget to the website (#159592)
  • c525a02 [dynamo, docs] cherry pick torch.compile programming model docs into 2.8 (#15...
  • a1cb3cc [Release Only] Remove nvshmem from list of preload libraries (#158925)
  • c76b235 Move out super large one off foreach_copy test (#158880)
  • 20a0e22 Revert "[Dynamo] Allow inlining into AO quantization modules (#152934)" (#158...
  • 9167ac8 [MPS] Switch Cholesky decomp to column wise (#158237)
  • 5534685 [MPS] Reimplement tri[ul] as Metal shaders (#158867)
  • d19e08d Cherry pick PR 158746 (#158801)
  • a6c044a [cherry-pick] Unify torch.tensor and torch.ops.aten.scalar_tensor behavior (#...
  • 620ebd0 [Dynamo] Use proper sources for constructing dataclass defaults (#158689)
  • Additional commits viewable 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 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)

Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.0...v2.8.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 6, 2025
@dependabot dependabot bot requested a review from andrea-fasoli as a code owner August 6, 2025 21:34
@dependabot dependabot bot added the python Pull requests that update python code label Aug 6, 2025
@github-actions github-actions bot added chore and removed dependencies Pull requests that update a dependency file labels Aug 6, 2025
@EmilienM
Copy link

Hi, I work for Red Hat; I want to know what is your ETA to support Torch 2.8.

Thank you

@chichun-charlie-liu
Copy link
Collaborator

Hi, I work for Red Hat; I want to know what is your ETA to support Torch 2.8.

Thank you

thanks for the reminder, we will investigate the failed test in Python 3.10 category. probably will take a week or so.
@andrea-fasoli , could you take a look at the aiu add-on registration error in the failed test? Possibly some registration signature change in the latest PyTorch again...

@Xaenalt
Copy link

Xaenalt commented Oct 13, 2025

Hey, just wanted to check if there was any movement on this

@andrea-fasoli
Copy link
Collaborator

apologies for the delay. I looked into this problem and the test fails because PyTorch 2.8 has now provided the CPU dispatch for the _scaled_mm ATen OP. It was lacking in earlier versions. This created a conflict with our own custom dispatch of this OP for CPU, which we do in the context of FP8 quantization. I need to clarify with the original implementer if the current PyTorch dispatch is equivalent to our custom one. We should be able to resolve this problem shortly.

Copy link
Collaborator

@chichun-charlie-liu chichun-charlie-liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed by PR #187

@chichun-charlie-liu chichun-charlie-liu merged commit 092a708 into main Oct 17, 2025
9 of 12 checks passed
@chichun-charlie-liu chichun-charlie-liu deleted the dependabot/pip/torch-gte-2.2.0-and-lt-2.9 branch October 17, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants