Skip to content

Commit ec6b8a3

Browse files
authored
typo
1 parent 67819bb commit ec6b8a3

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
@@ -135,7 +135,7 @@ def init_model():
135135
######################################################################
136136
# First, let's compare inference.
137137
#
138-
# Note that in the call to ``torch.compile``, we have have the additional
138+
# Note that in the call to ``torch.compile``, we have the additional
139139
# ``mode`` argument, which we will discuss below.
140140

141141
model = init_model()

0 commit comments

Comments
 (0)