Bump torch from 2.7.1 to 2.12.1+cpu - #10
Conversation
Bumps torch from 2.7.1 to 2.12.1+cpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1+cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 95d775f. Configure here.
| @@ -1,5 +1,5 @@ | |||
| --extra-index-url https://download.pytorch.org/whl/ | |||
| torch==2.7.1+cpu; sys_platform == 'linux' | |||
| torch==2.12.1+cpu; sys_platform == 'linux' | |||
There was a problem hiding this comment.
Platform torch versions now diverge
Medium Severity
This bump updates only the Linux pin to torch==2.12.1+cpu while leaving the non-Linux pin at torch==2.7.1. Those lines previously tracked the same base version, so installs now resolve five minor versions apart by platform. Local macOS/Windows runs from requirements.txt stay on the old release while Linux/Docker gets the new one, which can cause inconsistent behavior and leave non-Linux environments on the unpatched pin.
Reviewed by Cursor Bugbot for commit 95d775f. Configure here.


Bumps torch from 2.7.1 to 2.12.1+cpu.
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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major PyTorch version jump can break transformers/runtime compatibility, but only the Linux CPU extra is updated and there is no app-code change.
Overview
Dependabot bump of the Linux CPU PyTorch pin in
requirements.txtfromtorch==2.7.1+cputotorch==2.12.1+cpu. Non-Linux remains on2.7.1. No application code changes.Reviewed by Cursor Bugbot for commit 95d775f. Bugbot is set up for automated code reviews on this repo. Configure here.