Skip to content

Commit 6bce08e

Browse files
committed
New tab on Get Started page
Signed-off-by: Chris Abraham <[email protected]>
1 parent 6ce7e84 commit 6bce08e

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

_get_started/building-w-pytorch.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: get_started
3+
title: Building with PyTorch
4+
permalink: /get-started/building-w-pytorch/
5+
background-class: get-started-background
6+
body-class: get-started
7+
order: 3
8+
published: true
9+
---
10+
11+
## Building with PyTorch
12+
13+
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).
14+
15+
### Hugging Face
16+
17+
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.
18+
19+
See below for some examples to get started with pretrained models.
20+
21+
### Getting Started with Pretrained Models
22+
23+
Computer Vision
24+
Natural Language Processing & LLMS
25+
Computer Vision
26+
Audio
27+
Multimodal
28+
29+
<script page-id="mobile" src="{{ site.baseurl }}/assets/menu-tab-selection.js"></script>
30+
<script src="{{ site.baseurl }}/assets/get-started-sidebar.js"></script>

_get_started/get-started-via-cloud-partners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Start via Cloud Partners
44
permalink: /get-started/cloud-partners/
55
background-class: get-started-background
66
body-class: get-started
7-
order: 3
7+
order: 2
88
published: true
99
get-started-via-cloud: true
1010
---

_get_started/pytorch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: /get-started/pytorch-2.0/
55
featured-img: "assets/images/featured-img-pytorch-2.png"
66
background-class: get-started-background
77
body-class: get-started
8-
order: 2
8+
order: 1
99
published: true
1010
---
1111

0 commit comments

Comments
 (0)