Skip to content

Commit 10b6d4b

Browse files
committed
update tutorial inductor_windows_cpu
1 parent 00c6211 commit 10b6d4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

prototype_source/inductor_windows_cpu.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Now, we will walk you through a step-by-step tutorial for how to use torchinduct
2121
Install a Compiler
2222
^^^^^^^^^^^^^^^^^^
2323

24-
TorchInductor Optimization need a compiler, let's take MSVC as an example.
24+
C++ compiler is required for torchinductor optimization, let's take Microsoft Visual C++ (MSVC) as an example.
2525

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

@@ -54,8 +54,7 @@ Set Up Environment
5454

5555
conda create -n inductor_cpu_windows python=3.10 -y
5656
conda activate inductor_cpu_windows
57-
58-
5. `Install PyTorch 2.5 <https://pytorch.org/get-started/locally/>`_ or later.
57+
5. Install `PyTorch 2.5 <https://pytorch.org/get-started/locally/>`_ or later.
5958
6. Try `torchinductor` on Windows CPU:
6059
::
6160

@@ -70,4 +69,4 @@ Set Up Environment
7069
Conclusion
7170
----------
7271

73-
With this tutorial, we introduce how to use Inductor with X86 CPU in PyTorch 2.5 on Windows.
72+
With this tutorial, we introduce how to use Inductor on Windows CPU with PyTorch 2.5 or later.

0 commit comments

Comments
 (0)