Skip to content

Commit ff7d7e6

Browse files
committed
Automated tutorials push
1 parent 01146ff commit ff7d7e6

File tree

178 files changed

+13554
-16880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+13554
-16880
lines changed

_downloads/162cf335b789dd055d4192f77cb0251c/foreach_map.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"cell_type": "markdown",
1818
"metadata": {},
1919
"source": [
20-
"(beta) Explicit horizontal fusion with foreach\\_map and torch.compile\n",
21-
"============================================================\n",
20+
"Explicit horizontal fusion with foreach\\_map and torch.compile\n",
21+
"==============================================================\n",
2222
"\n",
2323
"**Author:** [Michael Lazos](https://github.com/mlazos)\n"
2424
]
@@ -41,10 +41,14 @@
4141
"\n",
4242
"<div style=\"background-color: #f3f4f7; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; padding-right: 10px\">\n",
4343
"\n",
44-
"<p>This tutorial requires PyTorch 2.7.0 or later.</p>\n",
44+
"<p>This recipe describes a prototype feature. Prototype features are typicallyat an early stage for feedback and testing and are subject to change.</p>\n",
4545
"\n",
4646
"</div>\n",
47-
"\n"
47+
"\n",
48+
"Prerequisites\n",
49+
"=============\n",
50+
"\n",
51+
"- PyTorch v2.7.0 or later\n"
4852
]
4953
},
5054
{

_downloads/3195443a0ced3cabc0ad643537bdb5cd/introyt1_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
"cell_type": "code",
3636
"execution_count": null,
37-
"id": "3fbaa42d",
37+
"id": "38a1560c",
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"cell_type": "markdown",
53-
"id": "631e54b6",
53+
"id": "94e89df5",
5454
"metadata": {},
5555
"source": [
5656
"\n",

_downloads/4355e2cef7d17548f1e25f97a62828c4/template_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
"cell_type": "code",
3333
"execution_count": null,
34-
"id": "243e20eb",
34+
"id": "160d42d0",
3535
"metadata": {},
3636
"outputs": [],
3737
"source": [
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"cell_type": "markdown",
50-
"id": "d87c0429",
50+
"id": "fdaab039",
5151
"metadata": {},
5252
"source": [
5353
"\n",

_downloads/63a0f0fc7b3ffb15d3a5ac8db3d521ee/tensors_deeper_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
"cell_type": "code",
3636
"execution_count": null,
37-
"id": "fdaed460",
37+
"id": "311f734b",
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"cell_type": "markdown",
53-
"id": "e50880ea",
53+
"id": "8c4830b3",
5454
"metadata": {},
5555
"source": [
5656
"\n",

_downloads/770632dd3941d2a51b831c52ded57aa2/trainingyt.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{
3636
"cell_type": "code",
3737
"execution_count": null,
38-
"id": "b05c97eb",
38+
"id": "b0b01bc5",
3939
"metadata": {},
4040
"outputs": [],
4141
"source": [
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"cell_type": "markdown",
54-
"id": "3d043e79",
54+
"id": "5959d669",
5555
"metadata": {},
5656
"source": [
5757
"\n",

_downloads/bcb9aa4fd3968b85310b970dbd86bbc3/foreach_map.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
(beta) Explicit horizontal fusion with foreach_map and torch.compile
3-
============================================================
2+
Explicit horizontal fusion with foreach_map and torch.compile
3+
===============================================================
44
55
**Author:** `Michael Lazos <https://github.com/mlazos>`_
66
"""
@@ -13,11 +13,17 @@
1313
# allows conversion of any pointwise op in ``torch`` to a horiztonally fused foreach
1414
# variant. In this tutorial, we will demonstrate how to implement the Adam optimizer
1515
# with ``foreach_map`` to generate a fully fused kernel.
16-
#
1716
#
1817
# .. note::
1918
#
20-
# This tutorial requires PyTorch 2.7.0 or later.
19+
# This recipe describes a prototype feature. Prototype features are typically
20+
# at an early stage for feedback and testing and are subject to change.
21+
#
22+
# Prerequisites
23+
# -------------
24+
#
25+
# * PyTorch v2.7.0 or later
26+
#
2127

2228
#####################################################################
2329
# Model Setup

_downloads/c28f42852d456daf9af72da6c6909556/captumyt.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{
3838
"cell_type": "code",
3939
"execution_count": null,
40-
"id": "bcbad24c",
40+
"id": "af36484e",
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
@@ -53,7 +53,7 @@
5353
},
5454
{
5555
"cell_type": "markdown",
56-
"id": "4e80cc63",
56+
"id": "810442ef",
5757
"metadata": {},
5858
"source": [
5959
"\n",

_downloads/e2e556f6b4693c2cef716dd7f40caaf6/tensorboardyt_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{
3636
"cell_type": "code",
3737
"execution_count": null,
38-
"id": "2ffcd889",
38+
"id": "dce6995f",
3939
"metadata": {},
4040
"outputs": [],
4141
"source": [
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"cell_type": "markdown",
54-
"id": "ad903238",
54+
"id": "26e77e7c",
5555
"metadata": {},
5656
"source": [
5757
"\n",

_downloads/ed9d4f94afb79f7dada6742a06c486a5/autogradyt_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
"cell_type": "code",
3636
"execution_count": null,
37-
"id": "44844848",
37+
"id": "7f1dbea4",
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"cell_type": "markdown",
53-
"id": "2321d663",
53+
"id": "c0294452",
5454
"metadata": {},
5555
"source": [
5656
"\n",

_downloads/fe726e041160526cf828806536922cf6/modelsyt_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
"cell_type": "code",
3636
"execution_count": null,
37-
"id": "e9ca788f",
37+
"id": "de2324fa",
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"cell_type": "markdown",
53-
"id": "3f5a7f48",
53+
"id": "71a624e5",
5454
"metadata": {},
5555
"source": [
5656
"\n",

0 commit comments

Comments
 (0)