From 6bce08e7a93e8efa41ba1bed596be619c7c11570 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Fri, 21 Feb 2025 15:16:31 +0700 Subject: [PATCH 1/3] New tab on Get Started page Signed-off-by: Chris Abraham --- _get_started/building-w-pytorch.md | 30 +++++++++++++++++++ .../get-started-via-cloud-partners.md | 2 +- _get_started/pytorch.md | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 _get_started/building-w-pytorch.md diff --git a/_get_started/building-w-pytorch.md b/_get_started/building-w-pytorch.md new file mode 100644 index 000000000000..fc19a1cb2643 --- /dev/null +++ b/_get_started/building-w-pytorch.md @@ -0,0 +1,30 @@ +--- +layout: get_started +title: Building with PyTorch +permalink: /get-started/building-w-pytorch/ +background-class: get-started-background +body-class: get-started +order: 3 +published: true +--- + +## Building with PyTorch + +The easiest way to start building with PyTorch is to leverage an existing, pretrained model. PyTorch benefits from a very large ecosystem of libraries working with pretrained models (see the PyTorch Ecosystem). + +### Hugging Face + +A repository containing a very large number of existing pretrained checkpoints (1M+) over a very wide set of tasks is the Hugging Face Hub, covering pretrained models from many PyTorch-based tools. + +See below for some examples to get started with pretrained models. + +### Getting Started with Pretrained Models + +Computer Vision +Natural Language Processing & LLMS +Computer Vision +Audio +Multimodal + + + diff --git a/_get_started/get-started-via-cloud-partners.md b/_get_started/get-started-via-cloud-partners.md index 6fba614843af..bb8a03ea18e7 100644 --- a/_get_started/get-started-via-cloud-partners.md +++ b/_get_started/get-started-via-cloud-partners.md @@ -4,7 +4,7 @@ title: Start via Cloud Partners permalink: /get-started/cloud-partners/ background-class: get-started-background body-class: get-started -order: 3 +order: 2 published: true get-started-via-cloud: true --- diff --git a/_get_started/pytorch.md b/_get_started/pytorch.md index 9ea724d6ddf1..34aaf9453de7 100644 --- a/_get_started/pytorch.md +++ b/_get_started/pytorch.md @@ -5,7 +5,7 @@ permalink: /get-started/pytorch-2.0/ featured-img: "assets/images/featured-img-pytorch-2.png" background-class: get-started-background body-class: get-started -order: 2 +order: 1 published: true --- From a56b0ad639b31875d594ed8ab645b011dba4f3f1 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Fri, 21 Feb 2025 15:26:02 +0700 Subject: [PATCH 2/3] fix Signed-off-by: Chris Abraham --- _get_started/building-w-pytorch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_get_started/building-w-pytorch.md b/_get_started/building-w-pytorch.md index fc19a1cb2643..b32f72c9e194 100644 --- a/_get_started/building-w-pytorch.md +++ b/_get_started/building-w-pytorch.md @@ -26,5 +26,5 @@ Computer Vision Audio Multimodal - + From 2ab10b6d70ae96e965a1f6da8d2e4aeaf6f31f47 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Fri, 21 Feb 2025 15:26:52 +0700 Subject: [PATCH 3/3] f Signed-off-by: Chris Abraham --- _get_started/building-w-pytorch.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_get_started/building-w-pytorch.md b/_get_started/building-w-pytorch.md index b32f72c9e194..cd9aa360dbe6 100644 --- a/_get_started/building-w-pytorch.md +++ b/_get_started/building-w-pytorch.md @@ -20,11 +20,11 @@ See below for some examples to get started with pretrained models. ### Getting Started with Pretrained Models -Computer Vision -Natural Language Processing & LLMS -Computer Vision -Audio -Multimodal +Computer Vision +Natural Language Processing & LLMS +Computer Vision +Audio +Multimodal