Skip to content
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
4 changes: 2 additions & 2 deletions _includes/quick_start_local.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p>Select your preferences and run the install command. Stable represents the most currently tested and supported version of PyTorch. This should
be suitable for many users. Preview is available if you want the latest, not fully tested and supported, builds that are generated nightly.
Please ensure that you have <b>met the prerequisites below (e.g., numpy)</b>, depending on your package manager. You can also
<a href="{{ site.baseurl }}/get-started/previous-versions">install previous versions of PyTorch</a>. Note that LibTorch is only available for C++.
You can also <a href="{{ site.baseurl }}/get-started/previous-versions">install previous versions of PyTorch</a>. Note that LibTorch is only
available for C++.
</p>

<p><b>NOTE:</b> Latest PyTorch requires Python 3.9 or later.</p>
Expand Down