Skip to content

Commit ff71c5b

Browse files
committed
Minor text fixes
1 parent b80e488 commit ff71c5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

usage/sampling-options/index.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ For multiple-chain sampling, it is a vector of states, one per chain.
196196
::: {.callout-warning}
197197
## `resume_from`
198198

199-
The `resume_from` argument has been removed; please use `initial_state=loadstate(chn)` instead, as described here.
199+
The `resume_from` argument has been removed in Turing v0.41; please use `initial_state=loadstate(chn)` instead, as described here.
200+
In v0.41, `loadstate` is also exported from Turing rather than DynamicPPL.
200201
:::
201202

202203
This means that, for example, after sampling a single chain, you could sample three chains that branch off from that final state:

0 commit comments

Comments
 (0)