You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Microsoft Phi 4 Mini 3.8B |`microsoft/Phi-4-mini-instruct`| Text | 128k | 3.8B (Total) | Compact, efficient model ideal for fast responses in resource-constrained environments. |
60
-
| Moonshot AI Kimi K2.5 |`moonshotai/Kimi-K2.5`| Text, Vision | 262k | 32B-1T (Active-Total) | Kimi K2.5 is a multimodal Mixture-of-Experts language model featuring 32 billion activated parameters and a total of 1 trillion parameters. |
61
-
| Qwen3.5 27B |`Qwen/Qwen3.5-27B`| Text, Vision | 262k | 27B (Total) | Qwen3.5-27B is a dense model from the Qwen3.5 family built for high performance across a large range of benchmarks. |
62
-
| Qwen3 235B A22B Thinking-2507 |`Qwen/Qwen3-235B-A22B-Thinking-2507`| Text | 262k | 22B-235B (Active-Total) | High-performance Mixture-of-Experts model optimized for structured reasoning, math, and long-form generation. |
This page shows how to create and manage [automations](/models/automations), which start in response to specific events in W&B. When a specific event occurs within an organization, team, project, registry, or collection, the automation notifies a Slack channel or runs a webhook. Use this overview to understand the prerequisites and high-level workflow, then follow the detailed instructions in [Create a Slack automation](/models/automations/create-automations/slack) or [Create a webhook automation](/models/automations/create-automations/webhook).
6
+
This page shows how to create and manage [automations](/models/automations), which start in response to specific events in W&B. When a specific event occurs within an organization, team, project, registry, or collection, the automation notifies a Slack channel or runs a webhook. Use this overview to understand the prerequisites and high-level workflow, then follow the detailed instructions in [Create a Slack automation](/models/automations/create-automations/slack) or [Create a webhook automation](/models/automations/create-automations/webhook).
Copy file name to clipboardExpand all lines: release-notes/sdk-releases.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ This page includes release notes for the W&B Python SDK (`wandb` package) used w
61
61
- When a `wandb.Image` is logged inside a `wandb.Table` with multiple box or mask layers with distinct `class_labels`, each layer's labels are now preserved in new `box_class_maps` or `mask_class_maps` fields in the `table.json`. Previously, a single `class_map` would be incorrectly overwritten by each set of class labels.
62
62
- Artifact file operations now consistently require normalized relative paths.
63
63
- To fix silent failures when `$TMPDIR` is missing or unwritable, logging an artifact using a `WandbLogger` or `run.log_artifact` now writes the manifest file to the artifact's staging directory instead of the OS temp dir.
64
-
- Fixed a bug where logging artifacts in shared mode (`wandb.init(mode="shared")`) with code-saving enabled would raise an error.
64
+
- Fixed a bug where logging artifacts in shared mode (`wandb.init(mode="shared")`) with code-saving enabled would raise an error.
65
65
- To create a `diff.patch` file, the `git_root` setting is now used by default, falling back to the `root_dir` setting.
66
66
- Apple system metrics like GPU, CPU, power, and temperature are now collected on Apple M5 Macs.
67
67
- File download progress is now shown when exporting history using `wandb.Api().run(...).download_history_exports`.
Copy file name to clipboardExpand all lines: release-notes/server-releases-archived.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ W&B Server v0.70 includes features, enhancements, and performance improvements t
97
97
- Registry can be turned on today with the `ENABLE_REGISTRY_UI` environment variable or by contacting your W&B support team.
98
98
- 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.
99
99
1. In Server v0.71, Registry will be on by default for all organizations.
100
-
1. Server v0.73 (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**.
100
+
1. Server v0.73 (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 retrievalwill not be affected**.
101
101
1. In Server v0.74 (September), we will remove this flag and migration will happen during the upgrade.
102
102
103
103
We’re optimizing for a seamless, minimally-inconveniencing upgrade to a powerful new experience. Reach out to your W&B team or [support](mailto:support@wandb.ai) for any questions about the migration.
@@ -604,7 +604,7 @@ Due to a release versioning issue, 0.56.0 is the next major release after 0.54.0
0 commit comments