Skip to content

Commit

Permalink
Merge pull request #1550 from jsocolar/patch-1
Browse files Browse the repository at this point in the history
Update brms_threading.Rmd
  • Loading branch information
paul-buerkner authored Oct 13, 2023
2 parents 9f1e74b + 6ec54b5 commit 931107b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/brms_threading.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 931107b

Please sign in to comment.