Skip to content

Commit ec41b18

Browse files
Registry: Added server release note to multi node (#1277)
Jira ticket: https://wandb.atlassian.net/browse/DOCS-1424 --------- Co-authored-by: Matt Linville <matt.linville@wandb.com>
1 parent 2c23210 commit ec41b18

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

content/guides/models/track/log/distributed-training.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,11 @@ The preceding image demonstrates the W&B App UI dashboard. On the sidebar we see
104104
Parameters prefixed by `x_` (such as `x_label`) are in public preview. Create a GitHub issue at [https://github.com/wandb/wandb](https://github.com/wandb/wandb) to provide feedback.
105105
{{% /alert %}}
106106

107-
{{% alert %}}
108-
To track multiple processes to a single run, you must have W&B Python SDK version `v0.19.9` or newer.
107+
{{% alert title="Requirements" %}}
108+
To track multiple processes to a single run, you must have:
109+
- W&B Python SDK version `v0.19.9` or newer.
110+
111+
- W&B Server v0.68 or newer.
109112
{{% /alert %}}
110113

111114
In this approach you use a primary node and one or more worker nodes. Within the primary node you initialize a W&B run. For each worker node, initialize a run using the run ID used by the primary node. During training each worker node logs to the same run ID as the primary node. W&B aggregates metrics from all nodes and displays them in the W&B App UI.

0 commit comments

Comments
 (0)