Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions models/runs/forking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ When you fork from a run, W&B creates a new run using the source run’s [unique

After the fork step, you can log new data to the forked run independently of the original run.

View a [live demo](https://wandb.ai/wandb/test-fork-run/workspace?nw=nwuserjuliarose) of a forked run produced by the code below.


<Note>
* Forking a run requires [`wandb`](https://pypi.org/project/wandb/) SDK version >= 0.16.5
* Forking a run requires monotonically increasing steps. You cannot fork from a run that uses non-monotonic steps defined with [`define_metric()`](/models/ref/python/experiments/run#define_metric). Non-monotonic steps break the chronological order of run history and system metrics.
Expand Down