Skip to main content

Installation

Quick Start

A browser-based interface for the full training pipeline — upload data, configure training, and view results without writing code.
Opens at http://127.0.0.1:7860. Customize host and port with --host and --port:
The Web UI requires foundation model dependencies to run training. Install with pip install -e ".[all]" for both UI and model support.

Option 2: CLI

Use the Web UI for your first run. Use the CLI when you want reproducible runs in scripts.