Skip to content

Commit c8f29b6

Browse files
committed
update inductor windows cpu and fix format
1 parent 4df70a7 commit c8f29b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prototype_source/inductor_windows_cpu.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Set Up Environment
5353
conda create -n inductor_cpu_windows python=3.10 -y
5454
conda activate inductor_cpu_windows
5555
#. Install `PyTorch 2.5 <https://pytorch.org/get-started/locally/>`_ or later.
56-
#. Try `torchinductor` on Windows CPU::
56+
#. Use torchinductor on Windows CPU::
57+
5758
import torch
5859
def foo(x, y):
5960
a = torch.sin(x)

0 commit comments

Comments
 (0)