Skip to content

Commit 94fadec

Browse files
authored
Update intermediate_source/torch_compile_tutorial.py
1 parent 57947f0 commit 94fadec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/torch_compile_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def train(mod, data):
250250
#
251251
# We remark that the speedup numbers presented in this tutorial are for
252252
# demonstration purposes only. Official speedup values can be seen at the
253-
# `TorchInductor performance dashboard <https://hud.pytorch.org/benchmark/compilers>`__
253+
# `TorchInductor performance dashboard <https://hud.pytorch.org/benchmark/compilers>`__.
254254

255255
######################################################################
256256
# Comparison to TorchScript and FX Tracing

0 commit comments

Comments
 (0)