WSM is a command-line tool designed to manage W&B server deployments. It simplifies the process of deploying, upgrading, and maintaining W&B server instances for airgapped environments.
Download and install WSM:
curl -sSL https://raw.githubusercontent.com/wandb/wsm/main/install.sh | bash /usr/local/bin
Basic commands to get started:
wsm list
wsm download
wsm deploy
wsm --help
- Linux, macOS or Windows
- Bash shell
- curl
- tar
For issues and questions, please visit create an issue here.
For more information on how to use WSM, see the WSM documentation.