Skip to content

Commit 6e73563

Browse files
committed
fix wrong installation guide
1 parent b641256 commit 6e73563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _get_started/installation/windows.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To install PyTorch with Anaconda, you will need to open an Anaconda prompt via `
5959

6060
#### No CUDA
6161

62-
To install PyTorch via Anaconda, and do not have a [CUDA-capable](https://developer.nvidia.com/cuda-zone) system or do not require CUDA, in the above selector, choose OS: Windows, Package: Conda and CUDA: None.
62+
To install PyTorch via Anaconda, and do not have a [CUDA-capable](https://developer.nvidia.com/cuda-zone) system or do not require CUDA, in the above selector, choose OS: Windows, Package: Conda and CUDA: CPU.
6363
Then, run the command that is presented to you.
6464

6565
#### With CUDA
@@ -73,7 +73,7 @@ Then, run the command that is presented to you.
7373

7474
#### No CUDA
7575

76-
To install PyTorch via pip, and do not have a [CUDA-capable](https://developer.nvidia.com/cuda-zone) system or do not require CUDA, in the above selector, choose OS: Windows, Package: Pip and CUDA: None.
76+
To install PyTorch via pip, and do not have a [CUDA-capable](https://developer.nvidia.com/cuda-zone) system or do not require CUDA, in the above selector, choose OS: Windows, Package: Pip and CUDA: CPU.
7777
Then, run the command that is presented to you.
7878

7979
#### With CUDA

0 commit comments

Comments
 (0)