Skip to content

New tab on Get Started page #1922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: site
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions _get_started/building-w-pytorch.md
Original file line number Diff line number Diff line change
@@ -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

<script page-id="building-w-pytorch" src="{{ site.baseurl }}/assets/menu-tab-selection.js"></script>
<script src="{{ site.baseurl }}/assets/get-started-sidebar.js"></script>
2 changes: 1 addition & 1 deletion _get_started/get-started-via-cloud-partners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion _get_started/pytorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down