How Machine Works

Three simple steps to accelerate your GitHub workflows with GPU power

1

Connect GitHub

Install our GitHub App or connect via OAuth in seconds. Machine securely integrates with your GitHub account to access your repositories and workflows.

No complex setup or infrastructure changes required—just a simple authorization process that gets you up and running quickly.

2

Push & Run

Just update your GitHub Actions YAML workflow file:

GitHub Actions Config
jobs:
  gpu-job:
    name: Train with GPU
    runs-on:
      - machine
      - gpu=L40S
      - cpu=4
      - ram=32
      - tenancy=spot
3

Update Workflow

Push your code, and watch Machine rapidly execute your GPU-accelerated workflows. Save time, iterate faster, and maximize developer productivity.

With access to high-performance computing resources on demand, your team can focus on innovation rather than waiting for slow CI/CD runs or managing infrastructure.