Getting Started

How to get started with Skypilot

1

Install SkyPilot

Run `pip install -U "skypilot[clouds]"` replacing `[clouds]` with needed providers like `aws,gcp`.

2

Define Your Job

Create a YAML file specifying resources, environment, and commands for your AI workload.

3

Submit the Job

Use the SkyPilot CLI command `sky launch job.yaml` to start your job.

4

Manage Jobs

Monitor and control your jobs via the CLI, which supports queuing, running, and auto-recovery.