We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfaeaa commit 627e297Copy full SHA for 627e297
prototype_source/inductor_windows.rst
@@ -22,10 +22,9 @@ Install a Compiler
22
23
C++ compiler is required for TorchInductor optimization, let's take Microsoft Visual C++ (MSVC) as an example.
24
25
-1. Download and install `MSVC <https://visualstudio.microsoft.com/downloads/>`_.
+#. Download and install `MSVC <https://visualstudio.microsoft.com/downloads/>`_.
26
27
-1. During Installation, select **Workloads** and then **Desktop & Mobile**.
28
-1. Select a checkmark on **Desktop Development with C++** and install.
+#. During Installation, select **Workloads** and then **Desktop & Mobile**. Select a checkmark on **Desktop Development with C++** and install.
29
30
.. image:: ../_static/img/install_msvc.png
31
0 commit comments