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
When using Turing.jl to sample multiple chains in parallel, it produces a BoundsError whenever the number of chains is higher then the Threads.nthreads() value.
This is an issue in Turing.jl, but a workaround could be implemented in BOSS.jl.
For now, avoid setting TuringBI.chain_count higher than Threads.nthreads(). (It should rarely be needed anyway.)
The text was updated successfully, but these errors were encountered:
When using Turing.jl to sample multiple chains in parallel, it produces a
BoundsError
whenever the number of chains is higher then theThreads.nthreads()
value.This is an issue in Turing.jl, but a workaround could be implemented in BOSS.jl.
For now, avoid setting
TuringBI.chain_count
higher thanThreads.nthreads()
. (It should rarely be needed anyway.)The text was updated successfully, but these errors were encountered: