Skip to content

Commit 7216e5c

Browse files
authored
Apply suggestions from code review
1 parent 3ea5e05 commit 7216e5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prototype_source/inductor_windows_cpu.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial will guide you through the process of using TorchInductor on a Win
2424
* Miniforge for Windows
2525

2626
Install the Required Software
27-
---------------------
27+
-------------------------------------------
2828

2929
First, let's install the required software. C++ compiler is required for TorchInductor optimization.
3030
We will use Microsoft Visual C++ (MSVC) for this example.
@@ -40,8 +40,8 @@ We will use Microsoft Visual C++ (MSVC) for this example.
4040

4141
1. Download and install `Miniforge3-Windows-x86_64.exe <https://github.com/conda-forge/miniforge/releases/latest/>`__.
4242

43-
Set Up Environment
44-
^^^^^^^^^^^^^^^^^^
43+
Set Up the Environment
44+
------------------------------
4545

4646
#. Open the command line environment via ``cmd.exe``.
4747
#. Activate `MSVC` with the following command::

0 commit comments

Comments
 (0)