Skip to content

Bump torch from 2.7.0 to 2.8.0 in /sagemaker-train/tests/data/train/script_mode - #5432

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/pip/sagemaker-train/tests/data/train/script_mode/torch-2.8.0
Open

Bump torch from 2.7.0 to 2.8.0 in /sagemaker-train/tests/data/train/script_mode#5432
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/pip/sagemaker-train/tests/data/train/script_mode/torch-2.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 19, 2025

Copy link
Copy Markdown
Contributor

Bumps torch from 2.7.0 to 2.8.0.

Release notes

Sourced from torch's releases.

PyTorch 2.8.0 Release Notes

Highlights

... (truncated)

Commits
  • ba56102 Cherrypick: Add the RunLLM widget to the website (#159592)
  • c525a02 [dynamo, docs] cherry pick torch.compile programming model docs into 2.8 (#15...
  • a1cb3cc [Release Only] Remove nvshmem from list of preload libraries (#158925)
  • c76b235 Move out super large one off foreach_copy test (#158880)
  • 20a0e22 Revert "[Dynamo] Allow inlining into AO quantization modules (#152934)" (#158...
  • 9167ac8 [MPS] Switch Cholesky decomp to column wise (#158237)
  • 5534685 [MPS] Reimplement tri[ul] as Metal shaders (#158867)
  • d19e08d Cherry pick PR 158746 (#158801)
  • a6c044a [cherry-pick] Unify torch.tensor and torch.ops.aten.scalar_tensor behavior (#...
  • 620ebd0 [Dynamo] Use proper sources for constructing dataclass defaults (#158689)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 19, 2025
@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Claude finished @lucasjia-aws's task in 17s —— View job


PR Review: Bump torch 2.7.0 → 2.8.0

  • Read the PR diff
  • Analyze the change
  • Post review

The change is a single-line version bump in a test fixture:

sagemaker-train/tests/data/train/script_mode/requirements.txt
-torch==2.7.0
+torch==2.8.0

Assessment: This looks clean. ✅

  • The file is a test data fixture (tests/data/train/script_mode/requirements.txt) used by the training test harness in script mode — not a runtime dependency of the SDK itself, so there's no backward-compatibility impact on SDK consumers.
  • No correctness, security, or performance concerns with the diff itself.

One thing to verify before merge: PyTorch 2.8.0 dropped some older CUDA/Python wheel combinations. Since the file uses -f https://download.pytorch.org/whl/torch_stable.html, please confirm CI still resolves a compatible torch==2.8.0 wheel for the Python/platform versions used in these script-mode training tests. If the tests pass in CI, this is good to merge.

@codecov

codecov Bot commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.74%. Comparing base (0d8f539) to head (5902b9d).
⚠️ Report is 6 commits behind head on master.

❌ Your project check has failed because the head coverage (42.74%) is below the target coverage (65.00%). You can increase the head coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (0d8f539) and HEAD (5902b9d). Click for more details.

HEAD has 3 uploads less than BASE
Flag BASE (0d8f539) HEAD (5902b9d)
4 1
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5432       +/-   ##
===========================================
- Coverage   69.79%   42.74%   -27.06%     
===========================================
  Files         548      384      -164     
  Lines       65822    51248    -14574     
===========================================
- Hits        45943    21905    -24038     
- Misses      19879    29343     +9464     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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