Skip to main content


Use W&B to build better models faster. Track and visualize all the pieces of your machine learning pipeline, from datasets to production machine learning models. Get started with W&B today, sign up for a W&B account!


Building an LLM app? Track, debug, evaluate, and monitor LLM apps with Weave, our new suite of tools for GenAI.

 

Documentation

See the W&B Developer Guide and API Reference Guide for a full technical description of the W&B platform.

 

Quickstart

Install W&B to track, visualize, and manage machine learning experiments of any size.

Install the wandb library

pip install wandb

Sign up and create an API key

Sign up for a W&B account. Optionally, use the wandb login CLI to configure an API key on your machine. You can skip this step -- W&B will prompt you for an API key the first time you use it.

Create a machine learning training experiment

In your Python script or notebook, initialize a W&B run with wandb.init(). Specify hyperparameters and log metrics and other information to W&B.

import wandb

# Project that the run is recorded to
project = "my-awesome-project"

# Dictionary with hyperparameters
config = {"epochs" : 1337, "lr" : 3e-4}

# The `with` syntax marks the run as finished upon exiting the `with` block,
# and it marks the run "failed" if there's an exception.
#
# In a notebook, it may be more convenient to write `run = wandb.init()`
# and manually call `run.finish()` instead of using a `with` block.
with wandb.init(project=project, config=config) as run:
    # Training code here

    # Log values to W&B with run.log()
    run.log({"accuracy": 0.9, "loss": 0.1})

Visit wandb.ai/home to view recorded metrics such as accuracy and loss and how they changed during each training step. Each run object appears in the Runs column with generated names.

 

Integrations

W&B integrates with popular ML frameworks and libraries making it fast and easy to set up experiment tracking and data versioning inside existing projects.

For developers adding W&B to a new framework, follow the W&B Developer Guide.

 

W&B Hosting Options

Weights & Biases is available in the cloud or installed on your private infrastructure. Set up a W&B Server in a production environment in one of three ways:

  1. Multi-tenant Cloud: Fully managed platform deployed in W&B’s Google Cloud Platform (GCP) account in GCP’s North America regions.
  2. Dedicated Cloud: Single-tenant, fully managed platform deployed in W&B’s AWS, GCP, or Azure cloud accounts. Each Dedicated Cloud instance has its own isolated network, compute and storage from other W&B Dedicated Cloud instances.
  3. Self-Managed: Deploy W&B Server on your AWS, GCP, or Azure cloud account or within your on-premises infrastructure.

See the Hosting documentation in the W&B Developer Guide for more information.

 

Python Version Support

We are committed to supporting our minimum required Python version for at least six months after its official end-of-life (EOL) date, as defined by the Python Software Foundation. You can find a list of Python EOL dates here.

When we discontinue support for a Python version, we will increment the library’s minor version number to reflect this change.

 

Contribution guidelines

Weights & Biases ❤️ open source, and we welcome contributions from the community! See the Contribution guide for more information on the development workflow and the internals of the wandb library. For wandb bugs and feature requests, visit GitHub Issues or contact support@wandb.com.

 

W&B Community

Be a part of the growing W&B Community and interact with the W&B team in our Discord. Stay connected with the latest ML updates and tutorials with W&B Fully Connected.

 

License

MIT License

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wandb-0.28.2.tar.gz (41.0 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wandb-0.28.2-py3-none-win_arm64.whl (24.5 MB view details)

Uploaded Python 3Windows ARM64

wandb-0.28.2-py3-none-win_amd64.whl (26.8 MB view details)

Uploaded Python 3Windows x86-64

wandb-0.28.2-py3-none-musllinux_1_2_x86_64.whl (29.9 MB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

wandb-0.28.2-py3-none-musllinux_1_2_aarch64.whl (27.4 MB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

wandb-0.28.2-py3-none-manylinux_2_28_x86_64.whl (29.6 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ x86-64

wandb-0.28.2-py3-none-manylinux_2_28_aarch64.whl (27.4 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ ARM64

wandb-0.28.2-py3-none-macosx_12_0_x86_64.whl (28.6 MB view details)

Uploaded Python 3macOS 12.0+ x86-64

wandb-0.28.2-py3-none-macosx_12_0_arm64.whl (26.7 MB view details)

Uploaded Python 3macOS 12.0+ ARM64

File details

Details for the file wandb-0.28.2.tar.gz.

File metadata

  • Download URL: wandb-0.28.2.tar.gz
  • Upload date:
  • Size: 41.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wandb-0.28.2.tar.gz
Algorithm Hash digest
SHA256 9dba560ce076f96a0033a0d2898d97cba651fc95fec7274fd09920bae8aec5cf
MD5 e295eee835e4ad6222a381c063d01454
BLAKE2b-256 fd41c2eb0e25e0504287442f0829a5dc380669b683f78068c79220acc626383f

See more details on using hashes here.

File details

Details for the file wandb-0.28.2-py3-none-win_arm64.whl.

File metadata

  • Download URL: wandb-0.28.2-py3-none-win_arm64.whl
  • Upload date:
  • Size: 24.5 MB
  • Tags: Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wandb-0.28.2-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 23a4b9ac74f211836b71b27ba33bb217977a6b4cdc927e33eb5b12de143dd727
MD5 828504bc27985c44b637cf5b796dd5cd
BLAKE2b-256 ae5aa323653c6989c565b2138ddd7421ef30b47ea2849a62d0181534772b56da

See more details on using hashes here.

File details

Details for the file wandb-0.28.2-py3-none-win_amd64.whl.

File metadata

  • Download URL: wandb-0.28.2-py3-none-win_amd64.whl
  • Upload date:
  • Size: 26.8 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for wandb-0.28.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ae5c2591214565be9f085c3b7838ee4a89344ae0c8dc06030425def08b6191aa
MD5 2daf75a16696b9553bac1979ab5c37f0
BLAKE2b-256 f6a3b680c7518b0dc7eb236e7ef3bcc0994d0fabc67bbef1b73878dee196fc1e

See more details on using hashes here.

File details

Details for the file wandb-0.28.2-py3-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wandb-0.28.2-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81468f5c00b5453a2a1d3c7ca7a18056c52a85fa4df60299052cb96829d81b11
MD5 33fb777a7ebaa04b0b6f3bc60a72dd02
BLAKE2b-256 f2583f7a624c880d7b9e60b4a000b0bb751c20244d0bcc002d3ff683cf828651

See more details on using hashes here.

File details

Details for the file wandb-0.28.2-py3-none-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wandb-0.28.2-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86e017d3f38bb99374de4d991a2ea0e6e71722164918585b3dea66190b28d0eb
MD5 984ca4050fb9968a4dac970b48d18d82
BLAKE2b-256 9e1de087f71898ebfa86f68264e91f44ee5b8106823f09e2644043e3f1d5fe49

See more details on using hashes here.

File details

Details for the file wandb-0.28.2-py3-none-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wandb-0.28.2-py3-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1db698d107871c66b2dcbb0cf4dc2af1ddb159ba94e957e890158ec60ab2de54
MD5 ac4b936993426bd6b594d4683f5885cf
BLAKE2b-256 3c7ff3e23a2ff01848d7a5adab9f307992b92ef99c5e6bff2bd89cd46d651e3a

See more details on using hashes here.

File details

Details for the file wandb-0.28.2-py3-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wandb-0.28.2-py3-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c475c6b93d57e0455f3d1323e323927696502e6af7ee15e389a552114edacff
MD5 5456c352f6f8790331f00edc55ccd4a3
BLAKE2b-256 0346e69c813d88f37f77da92cfd9c63e1e9b5ce70834b0f420f876c66590353f

See more details on using hashes here.

File details

Details for the file wandb-0.28.2-py3-none-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for wandb-0.28.2-py3-none-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b3830781cb93a29ad91a736d3bc5763312e782467432ee432fd731f408708991
MD5 8a3a9c46872f6de0e4f3f093fb5cd56a
BLAKE2b-256 2fa76690491966e46409bfe770b73bdb1952fb6a59988b9e8c72c748f4ca080c

See more details on using hashes here.

File details

Details for the file wandb-0.28.2-py3-none-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for wandb-0.28.2-py3-none-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f9aa4037d18168dd4e804ff8213100c4a3ebe3e52b5f29463bbc7fadcaadff75
MD5 7ae9ee89199143ec34fe0548b3d2d585
BLAKE2b-256 47d98fb47c6c0b6e70378fc2b5da6dfba5d1d3178366a06bd7e672c3249964c3

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.28.2 This release

9 files

0.28.1

10 files

0.28.0

10 files

0.27.2

10 files

0.27.1

10 files

0.27.0

10 files

0.26.1

10 files

0.26.0

10 files

0.25.1

10 files

0.25.0

10 files

0.24.2

10 files

0.24.1

10 files

0.24.0

10 files

0.23.1

10 files

0.23.0

10 files

0.22.3

10 files

0.22.2

10 files

0.22.1

10 files

0.22.0

9 files

0.21.4

10 files

0.21.3

10 files

0.21.2

10 files

0.21.1

10 files

0.21.0

11 files

0.20.1

11 files

0.20.0

11 files

0.19.11

11 files

0.19.10

11 files

0.19.9

11 files

0.19.8

11 files

0.19.7

11 files

0.19.6

11 files

0.19.5

11 files

0.19.4

11 files

0.19.3

11 files

0.19.2

11 files

0.19.1

11 files

0.19.0

10 files

0.18.7

10 files

0.18.6

10 files

0.18.5

10 files

0.18.4

10 files

0.18.3

10 files

0.18.2

10 files

0.18.1

8 files

0.18.0

8 files

0.17.9

8 files

0.17.8

8 files

0.17.7

8 files

0.17.6

8 files

0.17.5

7 files

0.17.4

7 files

0.17.3

7 files

0.17.2

7 files

0.17.1

7 files

0.17.0

7 files

0.16.6

2 files

0.16.5

2 files

0.16.4

2 files

0.16.3

2 files

0.16.2

2 files

0.16.1

2 files

0.16.0

2 files

0.15.12

2 files

0.15.11

2 files

0.15.10

2 files

0.15.9

2 files

0.15.8

2 files

0.15.7

2 files

0.15.6

2 files

0.15.5

2 files

0.15.4

2 files

0.15.3

2 files

0.15.2

2 files

0.15.1

2 files

0.15.0

2 files

0.14.2

2 files

0.14.1

2 files

0.14.0

2 files

0.13.11

2 files

0.13.10

2 files

0.13.9

2 files

0.13.8

2 files

0.13.7

2 files

0.13.6

2 files

0.13.5

2 files

0.13.4

2 files

0.13.3

2 files

0.13.2

2 files

0.13.1

2 files

0.13.0

2 files

0.12.21

2 files

0.12.20

2 files

0.12.19

2 files

0.12.18

2 files

0.12.17

2 files

0.12.16

2 files

0.12.15

2 files

0.12.14

2 files

0.12.13

2 files

0.12.12

2 files

0.12.11

2 files

0.12.10

2 files

0.12.9

2 files

0.12.8

2 files

0.12.7

2 files

0.12.6

2 files

0.12.5

2 files

0.12.4

2 files

0.12.3

2 files

0.12.2

2 files

0.12.1

2 files

0.12.0

2 files

0.11.2

2 files

0.11.1

2 files

0.11.0

2 files

0.10.33

2 files

0.10.32

2 files

0.10.31

2 files

0.10.30

2 files

0.10.29

2 files

0.10.28

2 files

0.10.27

2 files

0.10.26

2 files

0.10.25

2 files

0.10.24

2 files

0.10.23

2 files

0.10.22

2 files

0.10.21

2 files

0.10.20

2 files

0.10.19

2 files

0.10.18

2 files

0.10.17

2 files

0.10.16

2 files

0.10.15

2 files

0.10.14

2 files

0.10.13

2 files

0.10.12

2 files

0.10.11

2 files

0.10.10

2 files

0.10.9

2 files

0.10.8

2 files

0.10.7

2 files

0.10.6

2 files

0.10.5

2 files

0.10.4

2 files

0.10.3

2 files

0.10.2

2 files

0.10.1

2 files

0.10.0

2 files

0.9.7

2 files

0.9.6

2 files

0.9.5

2 files

0.9.4

2 files

0.9.3

2 files

0.9.2

2 files

0.9.1

2 files

0.8.36

2 files

0.8.35

2 files

0.8.34

2 files

0.8.33

2 files

0.8.32

2 files

0.8.31

2 files

0.8.30

2 files

0.8.29

2 files

0.8.28

2 files

0.8.27

2 files

0.8.26

2 files

0.8.25

2 files

0.8.24

2 files

0.8.23

2 files

0.8.22

2 files

0.8.21

2 files

0.8.20

2 files

0.8.19

2 files

0.8.18

2 files

0.8.17

2 files

0.8.16

2 files

0.8.15

2 files

0.8.14

2 files

0.8.13

2 files

0.8.12

2 files

0.8.11

2 files

0.8.10

2 files

0.8.9

2 files

0.8.8

2 files

0.8.7

2 files

0.8.6

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.35

2 files

0.6.34

2 files

0.6.33

2 files

0.6.32

2 files

0.6.31

2 files

0.6.30

2 files

0.6.29

2 files

0.6.26

2 files

0.6.25

2 files

0.6.24

2 files

0.6.23

2 files

0.6.22

2 files

0.6.21

2 files

0.6.20

2 files

0.6.19

2 files

0.6.18

2 files

0.6.17

2 files

0.6.16

2 files

0.6.15

2 files

0.6.14

2 files

0.6.13

2 files

0.6.12

2 files

0.6.11

2 files

0.6.10

2 files

0.6.6

2 files

0.6.5

2 files

0.6.4

2 files

0.6.3

2 files

0.6.2

2 files

0.5.22

2 files

0.5.21

2 files

0.5.20

2 files

0.5.19

2 files

0.5.18

2 files

0.5.17

2 files

0.5.16

2 files

0.5.14

2 files

0.5.13

2 files

0.5.12

2 files

0.5.11

2 files

0.5.10

2 files

0.5.9

2 files

0.5.8

2 files

0.5.7

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.46

2 files

0.4.45

2 files

0.4.44

2 files

0.4.43

2 files

0.4.42

2 files

0.4.41

2 files

0.4.40

2 files

0.4.39

2 files

0.4.38

2 files

0.4.37

2 files

0.4.36

2 files

0.4.35

2 files

0.4.34

2 files

0.4.33

2 files

0.4.32

2 files

0.4.31

2 files

0.4.30

2 files

0.4.29

2 files

0.4.28

2 files

0.4.27

2 files

0.4.26

2 files

0.4.25

2 files

0.4.24

2 files

0.4.23

2 files

0.4.22

2 files

0.4.21

2 files

0.4.20

2 files

0.4.19

2 files

0.4.18

2 files

0.4.17

2 files

0.4.16

2 files

0.4.15

2 files

0.4.14

2 files

0.4.13

2 files

0.4.12

2 files

0.4.11

2 files

0.4.10

2 files

0.4.9

2 files

0.4.8

2 files

0.4.7

2 files

0.4.6

1 file

0.4.5

1 file

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.3

1 file

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

3 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page