You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** Older versions of cmdstanr use `num_cores` and `num_chains` instead of `cores` and `chains`. If you get an error, [update](https://mc-stan.org/cmdstanr/)`cmdstanr`.
134
135
135
136
In this case, we'll compute four chains using four cores. This computer has eight
136
137
cores though, and we'll see how we can make use of those other cores later.
@@ -286,12 +287,13 @@ Run and time the model with:
**Note:** Older versions of cmdstanr use `num_cores` and `num_chains` instead of `cores` and `chains`. If you get an error, [update](https://mc-stan.org/cmdstanr/)`cmdstanr`.
295
297
296
298
Again, `elapsed` time is the time recorded as if by a stopwatch. Computing the
297
299
ratios of the two times gives the speedup on eight cores of:
0 commit comments