Skip to content
Open
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
9 changes: 9 additions & 0 deletions get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ sidebarTitle: "Quickstart"
description: "Run code on a remote GPU in minutes."
---

<iframe
className="w-full aspect-video rounded-xl"
src="https://www.youtube.com/embed/zsQ6VyZqjCU"
title="How to Deploy a PyTorch GPU Pod on Runpod"
frameBorder="0"
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>

Follow this guide to learn how to create an account, deploy your first GPU Pod, and use it to execute code remotely.

## Step 1: Create an account
Expand Down