Skip to main content
Launch W&B LEET: the Lightweight Experiment Exploration Tool. LEET is a terminal UI for viewing a W&B run specified by an optional PATH. PATH can include a .wandb file or a run directory containing a .wandb file. If PATH is not provided, the command will look for the latest run.

Usage

wandb beta leet [OPTIONS] [PATH]

Arguments

path

NameDefaultType
pathNoneFile Path

Options

pprof

Run with pprof enabled at a specified address, e.g. —pprof=127.0.0.1:6060. If set, serves /debug/pprof/* on this address, e.g. 127.0.0.1:6060/debug/pprof.
FlagDefaultType
--pprofSTRING

help

Show this message and exit.
FlagDefaultType
--helpFalseBOOL

CLI Help

Usage: beta leet [OPTIONS] [PATH]

  Launch W&B LEET: the Lightweight Experiment Exploration Tool.

  LEET is a terminal UI for viewing a W&B run specified by an optional PATH.

  PATH can include a .wandb file or a run directory containing a .wandb file.
  If PATH is not provided, the command will look for the latest run.

Options:
  --help  Show this message and exit.