Skip to content

Commit 9cba6fb

Browse files
committed
fixed spelling
1 parent 7c9edb7 commit 9cba6fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

en-wordlist.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
ACL
33
ADI
44
AOT
5+
AOTInductor
56
APIs
67
ATen
78
AVX
@@ -617,4 +618,4 @@ warmstarting
617618
warmup
618619
webp
619620
wsi
620-
wsis
621+
wsis

intermediate_source/torch_export_aoti_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# Model Compilation
4747
# ------------
4848
#
49-
# We will use TorchVision's pretrained `ResNet18` model and TorchInductor on the
49+
# We will use the TorchVision pretrained `ResNet18` model and TorchInductor on the
5050
# exported PyTorch program using :func:`torch._export.aot_compile`.
5151
#
5252
# .. note::

0 commit comments

Comments
 (0)