From ae5fec8ec98aa3478fea3823bf8b288829a0f998 Mon Sep 17 00:00:00 2001
From: Svetlana Karslioglu
Date: Mon, 11 Dec 2023 10:55:40 -0800
Subject: [PATCH 1/3] Update recommended Python version in the getting started
sections
---
_get_started/installation/linux.md | 2 --
_includes/quick_start_local.html | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/_get_started/installation/linux.md b/_get_started/installation/linux.md
index ba231063efe5..fb65cc03452b 100644
--- a/_get_started/installation/linux.md
+++ b/_get_started/installation/linux.md
@@ -40,8 +40,6 @@ If you decide to use APT, you can run the following command to install it:
sudo apt install python
```
-> It is recommended that you use Python 3.6, 3.7 or 3.8, which can be installed via any of the mechanisms above .
-
> If you use [Anaconda](#anaconda) to install PyTorch, it will install a sandboxed version of Python that will be used for running PyTorch applications.
### Package Manager
diff --git a/_includes/quick_start_local.html b/_includes/quick_start_local.html
index 5af07b01e660..f0eb41781bf5 100644
--- a/_includes/quick_start_local.html
+++ b/_includes/quick_start_local.html
@@ -5,6 +5,9 @@
install previous versions of PyTorch. Note that LibTorch is only available for C++.
+NOTE: Latest PyTorch requires Python 3.8 - 3.11.
+
+
From 2d84bd3040455f3d643c33a90a05d2f6b4f94e1e Mon Sep 17 00:00:00 2001
From: Svetlana Karslioglu
Date: Mon, 11 Dec 2023 12:16:00 -0800
Subject: [PATCH 2/3] Address comments
---
_includes/quick_start_local.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/quick_start_local.html b/_includes/quick_start_local.html
index f0eb41781bf5..96550150f4f6 100644
--- a/_includes/quick_start_local.html
+++ b/_includes/quick_start_local.html
@@ -5,7 +5,7 @@
install previous versions of PyTorch. Note that LibTorch is only available for C++.
-NOTE: Latest PyTorch requires Python 3.8 - 3.11.
+
NOTE: Latest PyTorch requires Python 3.8 or later.
From 0ed08ed0ac6fbc4f95f5c980a72791f7703492eb Mon Sep 17 00:00:00 2001
From: Svetlana Karslioglu
Date: Mon, 11 Dec 2023 12:36:29 -0800
Subject: [PATCH 3/3] Removing LTS deprecation note
---
_includes/quick_start_local.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/_includes/quick_start_local.html b/_includes/quick_start_local.html
index 96550150f4f6..8fcf9e116b5a 100644
--- a/_includes/quick_start_local.html
+++ b/_includes/quick_start_local.html
@@ -112,6 +112,3 @@
-
NOTE: PyTorch LTS has been deprecated. For more information, see
- this blog.
-