Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : Possible typo: "PyTorch 3.x" in get started webpage #1912 #1926

Open
wants to merge 1 commit into
base: site
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _get_started/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To install the PyTorch binaries, you will need to use at least one of two suppor

#### Anaconda

To install Anaconda, you will use the [64-bit graphical installer](https://www.anaconda.com/download/#windows) for PyTorch 3.x. Click on the installer link and select `Run`. Anaconda will download and the installer prompt will be presented to you. The default options are generally sane.
To install Anaconda, download and use the [64-bit graphical installer](https://www.anaconda.com/download/#windows) for Anaconda3(PyTorch 3.x). Click on the installer link and select `Run`. Anaconda will download acceptable. The default options are generally acceptable.

#### pip

Expand Down