From d8b464e6579c7a858570d33d64c41879ed9ff2c5 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Thu, 20 Feb 2025 13:19:13 -0800 Subject: [PATCH] [DOCS-1155] Updates to Run Forking availability --- content/guides/models/track/runs/forking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/models/track/runs/forking.md b/content/guides/models/track/runs/forking.md index cf7f4453a..cf8a32911 100644 --- a/content/guides/models/track/runs/forking.md +++ b/content/guides/models/track/runs/forking.md @@ -8,7 +8,7 @@ title: Fork a run --- {{% alert color="secondary" %}} -The ability to fork a run is in private preview. Contact W&B Support at support@wandb.com to request access to this feature. +The ability to fork a run is available **only** for new projects in Multi-tenant SaaS Cloud. To enable it for an existing project, or to express interest in the feature for self-hosted or Dedicated Cloud, contact [W&B Support](mailto:support@wandb.com). {{% /alert %}} Use `fork_from` when you initialize a run with [`wandb.init()`]({{< relref "/ref/python/init.md" >}}) to "fork" from an existing W&B run. When you fork from a run, W&B creates a new run using the `run ID` and `step` of the source run.