Skip to content

Commit a8cdbd9

Browse files
Python: Bump torch from 2.6.0 to 2.7.0 in /python (#11788)
Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytorch/pytorch/releases">torch's releases</a>.</em></p> <blockquote> <h1>PyTorch 2.7.0 Release Notes</h1> <ul> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#highlights">Highlights</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#tracked-regressions">Tracked Regressions</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#backwards-incompatible-changes">Backwards Incompatible Changes</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#deprecations">Deprecations</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#new-features">New Features</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#improvements">Improvements</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#bug-fixes">Bug fixes</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#performance">Performance</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#documentation">Documentation</a></li> <li><a href="https://github.com/pytorch/pytorch/blob/HEAD/#developers">Developers</a></li> </ul> <h1>Highlights</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytorch/pytorch/commit/134179474539648ba7dee1317959529fbd0e7f89"><code>1341794</code></a> Gracefully handle optree less than minimum version, part 2 (<a href="https://redirect.github.com/pytorch/pytorch/issues/151323">#151323</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/073912749d667fcfb2de1c15e1e664dc0ccd3460"><code>0739127</code></a> Gracefully handle optree less than minimum version (<a href="https://redirect.github.com/pytorch/pytorch/issues/150977">#150977</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/0c236f3c722abc8e76fc16fae90946af9a895ce5"><code>0c236f3</code></a> Update triton wheel build, setuptools pin (<a href="https://redirect.github.com/pytorch/pytorch/issues/150953">#150953</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/c7ff78dfc0c38847bf5daa78ab8b3669e1734246"><code>c7ff78d</code></a> Fix inplacing with multiple, fused uses (<a href="https://redirect.github.com/pytorch/pytorch/issues/150892">#150892</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/894909a6139ff38d056d3ca5cfa33a020c7602c1"><code>894909a</code></a> Revert &quot;[CUDA] Only use vec128 if CUDA version is newer than 12.8&quot; (<a href="https://redirect.github.com/pytorch/pytorch/issues/150855">#150855</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/ef2b1390ed5fda1f50843bf5977e5f8cf5e40493"><code>ef2b139</code></a> [Manylinux 2.28] Correct Linux aarch64 cuda binaries wheel name (<a href="https://redirect.github.com/pytorch/pytorch/issues/150820">#150820</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/3f236f19032ff6424160018c024478c83b6ad6b9"><code>3f236f1</code></a> [CUDA] Only use vec128 if CUDA version is newer than 12.8 (<a href="https://redirect.github.com/pytorch/pytorch/issues/150818">#150818</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/35f1e7621254da1dcc8b24797059e9d010d49196"><code>35f1e76</code></a> Reland of &quot;[ROCm] change preferred blas lib defaults (<a href="https://redirect.github.com/pytorch/pytorch/issues/150249">#150249</a>)&quot;&quot; (<a href="https://redirect.github.com/pytorch/pytorch/issues/150707">#150707</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/a6321d62273dd281a08b1c4ec87ce3edd5b330dc"><code>a6321d6</code></a> Revert &quot;Dont exclude constant_pad_nd in prologue fusion&quot; (<a href="https://redirect.github.com/pytorch/pytorch/issues/150699">#150699</a>)</li> <li><a href="https://github.com/pytorch/pytorch/commit/1cc51c640a717335b7bc48c11e28a1f5391b99e1"><code>1cc51c6</code></a> [CUDA][avgpool2d] Fix backward launch bounds again for <code>sm100</code>, <code>sm120</code> (<a href="https://redirect.github.com/pytorch/pytorch/issues/150">#150</a>...</li> <li>Additional commits viewable in <a href="https://github.com/pytorch/pytorch/compare/v2.6.0...v2.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=torch&package-manager=pip&previous-version=2.6.0&new-version=2.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
1 parent 243526b commit a8cdbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ google = [
9696
hugging_face = [
9797
"transformers[torch] ~= 4.28",
9898
"sentence-transformers >= 2.2,< 5.0",
99-
"torch == 2.6.0"
99+
"torch == 2.7.0"
100100
]
101101
mcp = [
102102
"mcp ~= 1.6"

0 commit comments

Comments
 (0)