From d2e1f27b379b3f32ceeebe65ec2543c786169e4a Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Thu, 26 Sep 2024 13:32:48 -0700 Subject: [PATCH] Apply suggestions from code review --- prototype_source/inductor_windows_cpu.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/prototype_source/inductor_windows_cpu.rst b/prototype_source/inductor_windows_cpu.rst index 206b20d0cd..157ab486f2 100644 --- a/prototype_source/inductor_windows_cpu.rst +++ b/prototype_source/inductor_windows_cpu.rst @@ -31,14 +31,14 @@ We will use Microsoft Visual C++ (MSVC) for this example. 1. Download and install `MSVC `_. -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 `_ and `Intel Compiler `_. -1. Download and install `Miniforge3-Windows-x86_64.exe `__. +3. Download and install `Miniforge3-Windows-x86_64.exe `__. Set Up the Environment ------------------------------ @@ -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 `_ or later.