File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ Set Up the Environment
44
44
----------------------
45
45
46
46
#. Open the command line environment via ``cmd.exe ``.
47
- #. Activate ``MSVC `` with the following command::
47
+ #. Activate ``MSVC `` with the following command:
48
+
49
+ .. code-block :: sh
48
50
49
51
" C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvars64.bat"
50
52
#. Activate ``conda `` with the following command:
@@ -54,10 +56,10 @@ Set Up the Environment
54
56
" C:/ProgramData/miniforge3/Scripts/activate.bat"
55
57
#. Create and activate a customer conda environment:
56
58
57
- .. code-block :: sh
59
+ .. code-block :: sh
58
60
59
- conda create -n inductor_cpu_windows python=3.10 -y
60
- conda activate inductor_cpu_windows
61
+ conda create -n inductor_cpu_windows python=3.10 -y
62
+ conda activate inductor_cpu_windows
61
63
62
64
#. Install `PyTorch 2.5 <https://pytorch.org/get-started/locally/ >`_ or later.
63
65
You can’t perform that action at this time.
0 commit comments