Skip to main content
The inf dashboard command launches a full-screen interactive terminal UI that gives you a live overview of training runs, evaluations, datasets, and inferences in your active project. Alias: inf dash

Usage

inf dashboard

Keyboard Shortcuts

KeyAction
1 - 4Switch between tabs directly
Tab / Shift+TabCycle through tabs
j / kNavigate up and down in lists
EnterDrill into the selected item
rRefresh the current view
/Open the command palette
q or Ctrl+CQuit the dashboard

Tabs

The dashboard provides four tabs for navigating your project data:
TabKeyDescription
Training1View training runs with status, progress, and loss
Evals2Browse eval run groups and individual run results
Datasets3List filtered datasets with export status
Inferences4View recent inferences with token counts and latency
Select any item in a list and press Enter to open a detail panel with more information.
The dashboard requires a terminal that supports modern rendering. Most standard terminal emulators (Terminal.app, iTerm2, Alacritty, Windows Terminal) work well.