Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars authored Sep 26, 2024
1 parent 7216e5c commit d2e1f27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prototype_source/inductor_windows_cpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ We will use Microsoft Visual C++ (MSVC) for this example.

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

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

.. note::
.. note::

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>`_.


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

Set Up the Environment
------------------------------
Expand All @@ -54,10 +54,10 @@ Set Up the Environment
"C:/ProgramData/miniforge3/Scripts/activate.bat"
#. Create and activate a customer conda environment:

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

Expand Down

0 comments on commit d2e1f27

Please sign in to comment.