chore(deps): bump torch from 2.11.0 to 2.12.0#187
Conversation
Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.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.11.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4f4dcfe929
ℹ️ 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".
| "prometheus-client>=0.21.1", | ||
| "py-grpc-prometheus>=0.8.0", | ||
| "torch==2.11.0", | ||
| "torch==2.12.0", |
There was a problem hiding this comment.
Keep Bazel libtorch pin in sync with torch dependency
Updating pyproject.toml to torch==2.12.0 without updating Bazel’s libtorch archive leaves the repo on mixed PyTorch C++ ABIs: Python/build deps now resolve 2.12, but BUILD_CORE=1 still compiles core/daemon against torch-2.11.0+cu128 from MODULE.bazel (see http_archive(name = "libtorch") around lines 124-130). In the documented source build flow (BUILD_CORE=1 BUILD_EXTENSION=1 python setup.py build_ext), this mismatch can produce undefined-symbol/dlopen failures at import/runtime. The torch bump should include the matching Bazel libtorch update in the same commit.
Useful? React with 👍 / 👎.
Bumps torch from 2.11.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...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)