diff --git a/vignettes/brms_threading.Rmd b/vignettes/brms_threading.Rmd index 9a2d00465..3c6dad30d 100644 --- a/vignettes/brms_threading.Rmd +++ b/vignettes/brms_threading.Rmd @@ -193,9 +193,9 @@ fit_serial <- brm( ) ``` -Then running this model with threading requires `cmdstanr` as backend and you -can simply add threading support to an existing model with the `update` -mechanism as: +Then you can simply add threading support to an existing model with the +`update` mechanism as follows, provided your stan version is at least +2.26 (whether using `rstan` or `cmdstan`): ```{r, eval=FALSE} fit_parallel <- update(