Skip to content

deps(deps): bump torch from 2.9.1 to 2.12.1#76

Merged
bniladridas merged 1 commit into
mainfrom
dependabot/pip/torch-2.12.1
Jun 26, 2026
Merged

deps(deps): bump torch from 2.9.1 to 2.12.1#76
bniladridas merged 1 commit into
mainfrom
dependabot/pip/torch-2.12.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps torch from 2.9.1 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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 21, 2026
@nuntius-review

Copy link
Copy Markdown
Vesper

Reviewed commits

Commit Summary
afb9ecd deps(deps): bump torch from 2.9.1 to 2.12.1

An analysis of the changes in requirements.txt reveals a correctness issue with the specified PyTorch version:

Correctness & Installability

The version torch==2.12.1 does not exist. As of early 2025, PyTorch versions are in the 2.x range up to 2.6.0. Attempting to run pip install -r requirements.txt with torch==2.12.1 will fail with a No matching distribution found error.

This is highly likely a typo for 2.1.2 (a misplaced decimal point) or 2.2.1.

Here is the correction to a valid, existing PyTorch version (assuming 2.1.2 was intended):

requirements.txt
@@ -4,1 +4,1 @@
-torch==2.12.1
+torch==2.1.2

@nuntius-review nuntius-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Vesper Analysis for afb9ecd

Comment thread requirements.txt
transformers==4.57.3
uvicorn==0.40.0
torch==2.9.1
torch==2.12.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Here is the correction to a valid, existing PyTorch version (assuming 2.1.2 was intended):

Suggested change
torch==2.12.1
torch==2.1.2

Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1 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.9.1...v2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/torch-2.12.1 branch from afb9ecd to 6220770 Compare June 26, 2026 20:06
@nuntius-review

Copy link
Copy Markdown

Vesper: Gemini quota exceeded

😅 Vesper hit a Gemini quota/rate limit and will pause auto-analysis for this PR.

Auto-analysis resumes after: 2026-06-26 20:36:20 UTC

You can retry immediately with /analyze.

@bniladridas
bniladridas merged commit dd6d70c into main Jun 26, 2026
0 of 3 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/torch-2.12.1 branch June 26, 2026 20:07
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.

1 participant