Skip to content

Commit e42792e

Browse files
committed
wording change to try to regenerate docs
1 parent 0543076 commit e42792e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/torch_export_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def forward(
341341

342342
######################################################################
343343
# To enable dynamism, ``export()`` provides a ``dynamic_shapes`` argument. The easiest way to work with
344-
# dynamic shapes is to use ``Dim.AUTO`` and look at the program that's returned. Dynamic behavior is specified
344+
# dynamic shapes is using ``Dim.AUTO`` and looking at the program that's returned. Dynamic behavior is specified
345345
# at a input dimension-level; for each input we can specify a tuple of values:
346346

347347
from torch.export.dynamic_shapes import Dim

0 commit comments

Comments
 (0)