Bump torch from 2.0.1 to 2.12.0 in /doc/source/templates/05_dreambooth_finetuning/dreambooth - #64002
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 62ce3aa. Configure here.
| jaxlib==0.4.17 | ||
| numpy==1.24.4 | ||
| torch==2.0.1 | ||
| torch==2.12.0 |
There was a problem hiding this comment.
Torchvision version mismatch
High Severity
Bumping torch to 2.12.0 while torchvision remains pinned at 0.15.2 breaks the paired PyTorch stack. That torchvision release targets torch 2.0.x; PyTorch 2.12 expects torchvision 0.27.x. Installs may fail to resolve or the template may crash when dataset.py imports torchvision.
Reviewed by Cursor Bugbot for commit 62ce3aa. Configure here.
62ce3aa to
3612172
Compare
Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 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.0.1...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>
3612172 to
b398266
Compare
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |


Bumps torch from 2.0.1 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...