build(deps): Bump torch from 2.8.0 to 2.12.0 in /baselines/dev/baseline#7355
build(deps): Bump torch from 2.8.0 to 2.12.0 in /baselines/dev/baseline#7355dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 558b8aa9fe
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "flwr[simulation]>=1.24.0", | ||
| "flwr-datasets[vision]>=0.5.0", | ||
| "torch==2.8.0", | ||
| "torch==2.12.0", |
There was a problem hiding this comment.
Keep torchvision pinned compatibly with torch
With this exact pin, the baseline template now asks resolvers to install torch==2.12.0 while still pinning torchvision==0.23.0; that torchvision release is paired with and declares an exact dependency on torch==2.8.0. In a normal pip/uv install of baselines/dev/baseline, dependency resolution becomes unsatisfiable instead of producing a working template, so the torchvision pin needs to be bumped to the release matching torch 2.12.0 (or both pins kept together).
Useful? React with 👍 / 👎.
Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.0. - [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.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
558b8aa to
3851ba7
Compare
Bumps torch from 2.8.0 to 2.12.0.
Release notes
Sourced from torch's releases.
... (truncated)
Commits
0d62256[release] Dockerfile: skip torchaudio install when CUDA_PATH=cu132 (#183346)7661cd9[MPS] Fix SDPA wrong output for permuted q/k/v with B > 1 (#181886)9da6087Fix stale PYTORCH_RELEASES_CODE_CC dict (fixes #182250) (#182369)e4c37ccAvoid raw stream name collisions in Inductor (#182178)822d047[MPS] Fix bool mask handling in 1-pass SDPA decode kernel (#182285) (#182311)5c5e523Add enable_gqa parameter to SDPA MPS meta registration (#181550)eece52e[AOTI] Add BC-safe c_shim v2 for _scaled_dot_product_attention_math_for_mps e...b39330b[Inductor] Call latest c_shim version for versioned fallback ops (#181548)06f10d0Revert "[FSDP2] add fqn to communication ops" (#182100) (#182157)449e339Revert "[Inductor] Improve materialization heuristic for a chain of computaio...