From a84aebdc8db92c8ee76f43299b902a6d4ed3f2db Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Fri, 20 Dec 2024 15:05:26 -0800 Subject: [PATCH] Don't says Anaconda is preferred. --- _includes/quick_start_local.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/quick_start_local.html b/_includes/quick_start_local.html index 0e5a63ae6e4c..b542a56821ad 100644 --- a/_includes/quick_start_local.html +++ b/_includes/quick_start_local.html @@ -1,7 +1,6 @@

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 met the prerequisites below (e.g., numpy), depending on your package manager. Anaconda is our recommended - package manager since it installs all dependencies. You can also + Please ensure that you have met the prerequisites below (e.g., numpy), depending on your package manager. You can also install previous versions of PyTorch. Note that LibTorch is only available for C++.