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.30.0.tar.gz (40.9 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.30.0-py3-none-win_arm64.whl (21.8 MB view details)

Uploaded Python 3Windows ARM64

wandb-0.30.0-py3-none-win_amd64.whl (24.1 MB view details)

Uploaded Python 3Windows x86-64

wandb-0.30.0-py3-none-musllinux_1_2_x86_64.whl (26.3 MB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

wandb-0.30.0-py3-none-musllinux_1_2_aarch64.whl (24.1 MB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

wandb-0.30.0-py3-none-manylinux_2_28_x86_64.whl (26.1 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ x86-64

wandb-0.30.0-py3-none-manylinux_2_28_aarch64.whl (24.0 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ ARM64

wandb-0.30.0-py3-none-macosx_13_0_x86_64.whl (25.3 MB view details)

Uploaded Python 3macOS 13.0+ x86-64

wandb-0.30.0-py3-none-macosx_13_0_arm64.whl (23.5 MB view details)

Uploaded Python 3macOS 13.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for wandb-0.30.0.tar.gz
Algorithm Hash digest
SHA256 f2d7de3c2019204f493f3f9e9166071c2be36f74140af2e1409b4de0fd84c454
MD5 ec6fd1aa813210888cf9aee10033020e
BLAKE2b-256 8610c4481d12b26f57606d1ef7c8d56825ad6af769cbb8cd29ee501ac6bbbc2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wandb-0.30.0-py3-none-win_arm64.whl
  • Upload date:
  • Size: 21.8 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.30.0-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 36d6d8a5b88b36ad82b0f7ffab79033a8bbba047b5a90c0b7e26d0cf3a09f0b6
MD5 01aea1b4fd453d3f0a9282de1f61fac8
BLAKE2b-256 3a60fd40e8b1a6136f4df97739a503c239fb4dab67f093cb9cccb5a1dd9d1895

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wandb-0.30.0-py3-none-win_amd64.whl
  • Upload date:
  • Size: 24.1 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.30.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 217bde0a7c49482f26166a1a7bee760bb9e2658135b2d45a33aacabffec68817
MD5 d237df43e531e42824fc5f60a714655a
BLAKE2b-256 2fe7821c363f0a74aa9826ca058d3f6f8f8e41697001a0a869b5ccc7eca5b0e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wandb-0.30.0-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7dc3b0b1567f6a121d8f7a58131b5d085861139a653ef8bed1569c9be796721
MD5 b03918c21eb54bcd3fe1a724b1e71fdb
BLAKE2b-256 05775eddd97f33f581f4d167f41bbf4736f2a51ad7271b9c9ed5dceb6994cbd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wandb-0.30.0-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f2cc20c033f1650d387ca073177e629f1e2a1b5c4be393698e3db4752b9cf3a
MD5 8e2044fdb878eb00588aad1bbd0c9375
BLAKE2b-256 58364974e9ec44c23dd28a39c8ee699f1b8911dd6619c932c3fe94b016bc8a1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wandb-0.30.0-py3-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bad9412f137d02303bf178513e0109f4fed37a6c817604085a1a4151047d8790
MD5 cf46039d8dcf3e9876a5e83c9b85a435
BLAKE2b-256 2613775a4c7d87fb771a2ddb104ce7c5c5d393e48720e448b4e8c43aac7cd4ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wandb-0.30.0-py3-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72b564712e85e10d78d37ccdaef4a908d28cbb39240c9c00fa4dde567150c764
MD5 20b82a4a3b143916ddad525d459fa59a
BLAKE2b-256 91690593b9e43cd3fc257a0f6ceaf5e078f2b28baf1968e00dfa1be98261ee68

See more details on using hashes here.

File details

Details for the file wandb-0.30.0-py3-none-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for wandb-0.30.0-py3-none-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9cf2492acd5c66ba7217667386e2a90535ccaec08079b97c389c3da5d15cde48
MD5 05ad3d4b7da5880be18874fee58b9bb0
BLAKE2b-256 35b6c0acf63242a0b8a3df9f877249ca260be80b86ecb08396fc34982967a50e

See more details on using hashes here.

File details

Details for the file wandb-0.30.0-py3-none-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for wandb-0.30.0-py3-none-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f4f908ace761db42d239d100230df0b77eb9684924d962a762bba176d829a236
MD5 e8a1496f7ff3469b2abc076f8b83c9bc
BLAKE2b-256 715a83201590d1e84a3b7d0a0cc7b53ee1318def18ba5431a32b26a44e6694f6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.30.0 This release

9 files

0.29.0

9 files

0.28.2

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

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page