Skip to content

Build(deps): Bump torch from 2.8.0 to 2.12.1#315

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/torch-2.12.1
Open

Build(deps): Bump torch from 2.8.0 to 2.12.1#315
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/torch-2.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown

Bumps torch from 2.8.0 to 2.12.1.

Release notes

Sourced from torch's releases.

PyTorch 2.12.1 Release, bug fix release

This release is meant to fix the following regressions and silent correctness issues:

Regression fixes

  • Fix nondeterministic outputs in test_batch_invariance with FLASH_ATTN on NVIDIA B200 GPUs (#181248), fixed by updating Triton to 3.7.1 (#186814)
  • Fix illegal memory access in the Triton convolution2d_bwd_weight kernel on B100/B200 (sm100) GPUs (#187081), fixed by updating Triton to 3.7.1 (#186814)
  • Fix fill_ on byte-dtype views with misaligned storage offset (#186821)

Releng / Build

  • Drop CPython 3.13t from the binary build matrix (#182951)

PyTorch 2.12.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

Build Frontend

  • Strengthened SVE compile checks in FindARM.cmake, which may reject previously accepted but incorrect SVE configurations (#176646)

    Source builds that enable SVE now validate the compiler configuration more strictly. If a build previously passed with an incomplete or mismatched SVE setup, it may now fail during CMake configuration instead of later in compilation. Update the compiler/toolchain flags so they accurately describe the target SVE support, or disable SVE for that build.

  • Updated the minimum CUDA version required to build PyTorch from source to CUDA 12.6 (#178925)

    Building PyTorch from source with CUDA versions older than 12.6 is no longer supported. Users building custom binaries should install CUDA 12.6 or newer and make sure CUDA_HOME points to that installation.

    Version 2.11:

    CUDA_HOME=/usr/local/cuda-12.4 python setup.py develop

... (truncated)

Commits

Dependabot compatibility score

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.8.0...v2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 19, 2026
@github-actions

Copy link
Copy Markdown

Lint Results

Check Status
Python
Shell
YAML
JSON
Markdown
Bicep

@github-actions

Copy link
Copy Markdown

Mypy Type Checking

✅ No issues found

Metric Count
📂 Files 301
❌ Errors 0
⚠️ Warnings 0
📝 Notes 0
Full mypy output
Success: no issues found in 301 source files

@github-actions

Copy link
Copy Markdown

Diff Coverage

Diff: origin/main...HEAD, staged and unstaged changes

No lines with coverage information in this diff.

@github-actions

Copy link
Copy Markdown

Test Results

1 178 tests  ±0   1 178 ✅ ±0   14m 56s ⏱️ +9s
   13 suites ±0       0 💤 ±0 
   13 files   ±0       0 ❌ ±0 

Results for commit d9ecaeb. ± Comparison against base commit 7fc90c7.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Complexity Health
. 80% 0
apps 67% 0
apps.streamanimate 89% 0
apps.streamcast 91% 0
apps.streamchat 88% 0
apps.streamdub 64% 0
apps.streamedit 79% 0
apps.streamlecture 94% 0
apps.streammovie 89% 0
apps.streampersona 64% 0
apps.streamshort 71% 0
simulator 90% 0
streamwise 70% 0
streamwise.model_provisioner 83% 0
tests 99% 0
tests.simulator 100% 0
tests.streamwise 100% 0
tests.streamwise_app 99% 0
wrapper 67% 0
wrapper.4kagent 94% 0
wrapper.bagel 37% 0
wrapper.cogview 45% 0
wrapper.fantasytalking 55% 0
wrapper.flux 74% 0
wrapper.flux2 100% 0
wrapper.flux2klein 99% 0
wrapper.fluxkontext 100% 0
wrapper.fluxkrea 99% 0
wrapper.fluxupscaler 68% 0
wrapper.hidream 88% 0
wrapper.hunyuanavatar 74% 0
wrapper.hunyuanframepack 52% 0
wrapper.hunyuanframepackf1 59% 0
wrapper.hunyuanframepackvae 63% 0
wrapper.hunyuanimage 84% 0
wrapper.imageresize 100% 0
wrapper.januspro 91% 0
wrapper.kokoro 87% 0
wrapper.llamagen 65% 0
wrapper.mock 86% 0
wrapper.podcasttranscript 45% 0
wrapper.qwenimage 89% 0
wrapper.qwenimageedit 88% 0
wrapper.realesrgan 77% 0
wrapper.slidetranscript 59% 0
wrapper.vibevoice 31% 0
wrapper.vibevoice.schedule 50% 0
wrapper.wan 34% 0
wrapper.wan22 75% 0
wrapper.xtts 75% 0
wrapper.yolo 69% 0
Summary 79% (27319 / 34786) 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants