File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This tutorial will guide you through the process of using TorchInductor on a Win
24
24
* Miniforge for Windows
25
25
26
26
Install the Required Software
27
- ---------------------
27
+ -------------------------------------------
28
28
29
29
First, let's install the required software. C++ compiler is required for TorchInductor optimization.
30
30
We will use Microsoft Visual C++ (MSVC) for this example.
@@ -40,8 +40,8 @@ We will use Microsoft Visual C++ (MSVC) for this example.
40
40
41
41
1. Download and install `Miniforge3-Windows-x86_64.exe <https://github.com/conda-forge/miniforge/releases/latest/ >`__.
42
42
43
- Set Up Environment
44
- ^^^^^^^^^^^^^^^^^^
43
+ Set Up the Environment
44
+ ------------------------------
45
45
46
46
#. Open the command line environment via ``cmd.exe ``.
47
47
#. Activate `MSVC ` with the following command::
You can’t perform that action at this time.
0 commit comments