fix(deps, pyamber): bump torch from 2.12.1 to 2.13.0+cpu in /amber#6407
fix(deps, pyamber): bump torch from 2.12.1 to 2.13.0+cpu in /amber#6407dependabot[bot] wants to merge 2 commits into
Conversation
Bumps torch from 2.12.1 to 2.13.0+cpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0+cpu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Automated Reviewer SuggestionsBased on the
|
✅ No material benchmark regressions detected🟢 2 better · 🔴 0 worse · ⚪ 13 noise (<±5%) · 0 without baseline
Baseline detailsLatest main
Raw CSVconfig_idx,batch_size,schema_width,string_len,num_batches,total_ms,total_tuples,total_bytes,tuples_per_sec,mb_per_sec,lat_p50_us,lat_p95_us,lat_p99_us
0,10,10,64,20,504.52,200,128000,396,0.242,24628.18,35533.08,35533.08
1,100,10,64,20,2507.96,2000,1280000,797,0.487,126192.54,147894.23,147894.23
2,1000,10,64,20,22079.96,20000,12800000,906,0.553,1106988.35,1143471.31,1143471.31 |
There was a problem hiding this comment.
Pull request overview
Updates Amber’s Python operator dependencies by bumping the Linux x86_64 CPU-only PyTorch (torch) pin, aligning runtime wheels with the intended version upgrade.
Changes:
- Bump
torchLinux x86_64 CPU wheel pin from2.12.1+cputo2.13.0+cpu. - Leave other operator dependencies unchanged.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| torch==2.13.0+cpu ; platform_system == "Linux" and platform_machine == "x86_64" | ||
| torch==2.12.1 ; platform_system != "Linux" or platform_machine != "x86_64" |
Codecov rejects tokenless uploads from the protected Dependabot branch, which failed the Python 3.12 pyamber job after tests completed. Add step-level continue-on-error for the optional pyamber Codecov uploads and align the torch dependency/license manifest pins to 2.13.0.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6407 +/- ##
============================================
+ Coverage 69.83% 69.91% +0.08%
- Complexity 3380 3382 +2
============================================
Files 1142 1142
Lines 44838 44844 +6
Branches 4949 4949
============================================
+ Hits 31311 31353 +42
+ Misses 11869 11841 -28
+ Partials 1658 1650 -8
☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Bumps torch from 2.12.1 to 2.13.0+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)