-
Notifications
You must be signed in to change notification settings - Fork 257
Commit 8c12790
authored
Bump torch from 1.13.1 to 2.7.0 in /examples/data_science/pytorch/basic-example (#2620)
Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 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 "[CUDA] Only use vec128 if CUDA version is newer than
12.8" (<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 "[ROCm] change preferred blas lib defaults (<a
href="https://redirect.github.com/pytorch/pytorch/issues/150249">#150249</a>)""
(<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 "Dont exclude constant_pad_nd in prologue fusion" (<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/v1.13.1...v2.7.0">compare
view</a></li>
</ul>
</details>
<br />
[](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/jetify-com/devbox/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a155493 commit 8c12790Copy full SHA for 8c12790
File tree
Expand file treeCollapse file tree
2 files changed
+478
-87
lines changedFilter options
- examples/data_science/pytorch/basic-example
Expand file treeCollapse file tree
2 files changed
+478
-87
lines changed
0 commit comments