Skip to content

Commit d3d9d25

Browse files
committed
Update
1 parent 4c449dc commit d3d9d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beginner_source/pytorch_with_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Autograd
262262
<div style='clear:both'></div>
263263

264264
``nn`` module
265-
-----------
265+
--------------
266266

267267
.. toctree::
268268
:maxdepth: 2

intermediate_source/inductor_debug_cpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def neg1(x):
6464
#
6565
#
6666
# Get more logging information
67-
# ^^^^^^^^^^^^^^^^^
67+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6868
#
6969
# No debugging information would be provided if you run this simple example by default. In order to get more useful debugging and logging information, we usually add a ``TORCH_COMPILE_DEBUG`` environment variable like below:
7070
#

0 commit comments

Comments
 (0)