0.70.x

July 7, 2025

W&B Server v0.70 includes features, enhancements, and performance improvements to help you gain and share insights more efficiently. For example:

  • W&B Registry is now generally available, and organizations will be migrated from the legacy Model Registry in stages over several releases, with no action required.
  • W&B organizations who use CoreWeave infrastructure can now observe CoreWeave infrastructure issues from within W&B, to streamline detection and resolution of problems. This release also brings CoreWeave AI Object Storage support for externally tracked files, as well as for BYOB storage for Dedicated Cloud and Self-Managed deployments.
  • Rapidly prototype workspaces and visualizations to gain and share insights with workspace templates and additional bulk line plot and media panel settings at the workspace and section level.
  • Monitor long-running running experiments before they finish with incremental table logging.

The latest patch is v0.70.0.

Support and end of life

  • W&B Server v0.56 and below have reached end of life as of July 7, 2025.
  • W&B Server v0.57 is scheduled to reach end of life on July 29, 2025.
  • W&B Server v0.58 is scheduled to reach end of life on September 2, 2025.

A W&B Server release is supported for 12 months from its initial release date. As a reminder, customers using Self-managed are responsible to upgrade to a supported release in time to maintain support.

Refer to Release policies and processes. For assistance or questions, contact support.

Upcoming changes

  • In an upcoming release, we will align multi-run and single-run workspace views, so when you drill into a single run, you’ll see the same layout and configuration of panels as you’ve configured for the multi-run view, including any custom charts, layouts, and settings. The goal is help you stay in context and avoid re-work around configuring your views. However, this will remove the ability to customize unique single-run views, isolated from the rest of the workspace. Reach out to your W&B team or support for any questions about the migration.
  • Over the next several releases, we will migrate existing team-level Model Registry W&B Registry, For details and a timeline, see the W&B Registry GA announcement below.

Features

  • W&B Registry is now generally available! Registry offers improved asset diversity, access management, and scalability, making it a true hub for collaborating on AI initiatives across large, diverse teams.

    • Registry can be turned on today with the ENABLE_REGISTRY_UI environment variable or by contacting your W&B support team.

    • We’re migrating existing team-level Model Registry assets to W&B Registry in stages over the next several releases. No action is needed on your end. W&B will automatically copy Model Registry assets for each team to a corresponding automatically-created team-level private registry.  Existing references to model collections in your old team-level Model Registry will still work.

      1. In Server v0.71, Registry will be on by default for all organizations.
      2. Server v0.72 (August) will contain an opt-out environment variable that will execute this migration automatically during the upgrade. Migration takes between 5 and 30 minutes for most organizations. During the migration, linking artifacts to either the old team’s Model Registry or the new Registry will fail with an error. **Artifact logging and retrieval will not be affected.
      3. In Server v0.73 (September), we will remove this flag and migration will happen during the upgrade.

      We’re optimizing for a seamless, minimally-inconveniencing upgrade to a powerful new experience. Reach out to your W&B team or support for any questions about the migration.

  • CoreWeave infrastructure monitoring: During a W&B Run on CoreWeave infrastructure, CoreWeave Mission Control monitors your compute infrastructure, allowing for observation of infrastructure alerts such as GPU failures, thermal violations, and more. If an error occurs, CoreWeave sends that information to W&B. W&B populates infrastructure information onto your run’s plots in your project’s workspace. CoreWeave attempts to resolve some issues automatically, and W&B surfaces that information in the run’s page. W&B provides a link to the SLURM job’s Grafana dashboard for system-level details about the run. Learn more at Visualize CoreWeave infrastructure alerts.

  • CoreWeave external file tracking: You can now track external files stored in CoreWeave AI Object Storage with reference artifacts. Learn more at Track external files.

  • CoreWeave BYOB support: Dedicated Cloud and Self-Managed now support CoreWeave AI Object Storage for Instance and Team level BYOB. CoreWeave Team level BYOB on Multi-tenant Cloud is coming soon. Learn more at Bring your own bucket (BYOB).

  • Bulk media settings: Just like line plots, you can now manage all your media panel settings at once—across an entire workspace or a specific section. Easily configure media panels to display by epoch or arrange them into customized grid patterns without adjusting each panel separately. Individual panel settings override the global settings.

  • Use Workspace templates to quickly create workspaces using the same settings as an existing workspace. Currently, a workspace template can define custom line plot settings. Learn more at Workspace templates.

  • With incremental table logging, you can log batches of rows to a table during a machine learning experiment. This is ideal for monitoring long-running jobs or when working with large tables that would be inefficient to log during the run for updates. Within the UI, the table is updated with new rows as they are logged, so you can view the latest data without having to wait for the entire run to finish. You can step through the increments to view the table at different points in time. Learn more at Log tables.

Fixes

  • Added a banner at the top of the log viewer if only a subset of lines is shown.
  • Fixed a bug in the running average calculation at data boundaries.
  • Clarified x-axis unit labels for relative time plots.
  • Fixed a bug in plots with smoothing where the original line would still display when Show Original was unchecked.
  • Fixed a bug that could unexpectedly convert a grouped full-fidelity line plot with expressions into a bar chart.
  • Hovering on histograms now shows the x-axis step in a tooltip.
  • Fixed a bug where data exported from a panel could sort incorrectly. Exported data now sorts numerically.
  • In the run selector, you can now filter and sort on updated at.
  • Added right-handed system setting option to point cloud panels.
  • Trailing slashes are now stripped from full screen panel URLs.
  • Fixed a bug where a deleted saved view could reappear if you refreshed immediately after deleting it.
  • Fixed a display bug that caused a flash when reloading a page with dark mode turned on.
  • Fixed a bug that caused incorrect slider steps when using non-monotonic values.
  • Added a convenience checkbox and notification when moving runs between groups.
  • Fixed a bug where using the wildcard character * for the metric name in wandb.define_metric() would fail to match metrics with / in the name.
  • W&B now no longer deletes source artifacts when collection portfolios are garbage collected.
  • Fixed a bug that incorrectly allowed typing input in Allowed types and Registry visibility selection boxes.
  • Collection cards now display the full artifact type name instead of truncating it.
  • Fixed a bug where clicking Action History in a Registry collection would incorrectly load the Versions view.
  • Registry now supports adding job type artifacts.
  • Lineage tiles are now wider, displaying more text before truncating.
  • Clarified text in project-level automation setup to refer to “artifacts” instead of the Registry terminology “collections”.
  • The artifact browser now searches all artifacts when searching the artifact browser by name, rather than the previous limit of the first 500 artifacts.