Skip to content

Commit 627e297

Browse files
committed
fix index format for inductor windows tuto
1 parent fdfaeaa commit 627e297

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

prototype_source/inductor_windows.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ Install a Compiler
2222

2323
C++ compiler is required for TorchInductor optimization, let's take Microsoft Visual C++ (MSVC) as an example.
2424

25-
1. Download and install `MSVC <https://visualstudio.microsoft.com/downloads/>`_.
25+
#. Download and install `MSVC <https://visualstudio.microsoft.com/downloads/>`_.
2626

27-
1. During Installation, select **Workloads** and then **Desktop & Mobile**.
28-
1. Select a checkmark on **Desktop Development with C++** and install.
27+
#. During Installation, select **Workloads** and then **Desktop & Mobile**. Select a checkmark on **Desktop Development with C++** and install.
2928

3029
.. image:: ../_static/img/install_msvc.png
3130

0 commit comments

Comments
 (0)