wandb/server

W&B Server is the self hosted version of Weights & Biases

What it solves

It provides a self-hosted version of the Weights & Biases platform, allowing teams to keep their machine learning experiment tracking and data on their own infrastructure rather than using a cloud-hosted service.

How it works

The system is deployed as a Docker container. Users can start the server using the wandb server start command or via a manual Docker run command. Once running, other machines in the network can report metrics to this server by configuring the host URL and API key.

Who it’s for

Machine learning engineers and researchers who require self-hosted infrastructure for their experiments, specifically those who need to maintain control over their data and environment.

Highlights

  • Self-hosted deployment via Docker.
  • Support for production-grade features like external MySQL, cloud storage, and SSO (with a license).
  • Provisioning scripts available for AWS, Google Cloud, and Azure via Terraform.

Related

  • Project
  • Project
  • Project
  • Project
  • Project