Skip to content

Commit f467861

Browse files
removed unnecessary line from Start locally section: " Please ensure that you have met the prerequisites below (e.g., numpy), depending on your package manager."
1 parent 11d4eb2 commit f467861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/quick_start_local.html

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

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

0 commit comments

Comments
 (0)