Commands for operating a local W&B server
Usage
wandb server COMMAND [ARGS]...
Commands
Command | Description |
---|---|
start | Start a local W&B server |
stop | Stop a local W&B server |
This is the multi-page printable view of this section. Click here to print.
Start a local W&B server
wandb start [OPTIONS]
Option | Description |
---|---|
--port , -p |
The host port to bind W&B server on (default: 8080) |
--env , -e |
Env vars to pass to wandb/local (default: []) |
--daemon |
Run or don’t run in daemon mode (default: True) |
--upgrade |
Upgrade to the most recent version (default: False) |
--edge |
Run the bleeding edge (default: False) |