Skip to content

Commit d2e1f27

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

prototype_source/inductor_windows_cpu.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ We will use Microsoft Visual C++ (MSVC) for this example.
3131

3232
1. Download and install `MSVC <https://visualstudio.microsoft.com/downloads/>`_.
3333

34-
1. During the installation, choose **Desktop Development with C++** in the **Desktop & Mobile** section. Then install the software
34+
2. During the installation, choose **Desktop Development with C++** in the **Desktop & Mobile** section. Then install the software
3535

36-
.. note::
36+
.. note::
3737

3838
We recommend C++ compiler `Clang <https://github.com/llvm/llvm-project/releases>`_ and `Intel Compiler <https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html>`_.
3939

4040

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

4343
Set Up the Environment
4444
------------------------------
@@ -54,10 +54,10 @@ Set Up the Environment
5454
"C:/ProgramData/miniforge3/Scripts/activate.bat"
5555
#. Create and activate a customer conda environment:
5656

57-
.. code-block:: sh
57+
.. code-block:: sh
5858
59-
conda create -n inductor_cpu_windows python=3.10 -y
60-
conda activate inductor_cpu_windows
59+
conda create -n inductor_cpu_windows python=3.10 -y
60+
conda activate inductor_cpu_windows
6161
6262
#. Install `PyTorch 2.5 <https://pytorch.org/get-started/locally/>`_ or later.
6363

0 commit comments

Comments
 (0)