train_bootstrap
Sets up a native (dockerless) trainer environment on a machine or pod by cloning ai-toolkit, creating a virtual environment, and installing dependencies. Required before starting training on a fresh pod.
Instructions
Set up the NATIVE (dockerless) trainer on this machine or a pod: clone ai-toolkit at the pinned commit, create its venv, install torch + requirements. One-time per machine/pod (~10 min fresh, idempotent; a pod's /workspace persists it across restarts). Needed before target 'pod' train_start on a fresh pod (no docker there).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pod_id | No | Pod to bootstrap (target 'pod'). Default: the connected pod. | |
| target | No | local |