Skip to content

Commit 215c6e3

Browse files
authored
Merge branch 'main' into add_amx_doc
2 parents a608d00 + fc7494d commit 215c6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/torch_compile_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def forward(self, x):
105105
#
106106
# Let's now demonstrate that using ``torch.compile`` can speed
107107
# up real models. We will compare standard eager mode and
108-
# ``torch.compile`` by evaluating and training ResNet-18 on random data.
108+
# ``torch.compile`` by evaluating and training a ``torchvision`` model on random data.
109109
#
110110
# Before we start, we need to define some utility functions.
111111

0 commit comments

Comments
 (0)