Skip to content

Commit 83552d0

Browse files
committed
fix
1 parent 720931b commit 83552d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/variational-inference/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ We first import the packages to be used:
3636
using Random
3737
using Turing
3838
using Turing: Variational
39-
using Bijector: bijector
39+
using Bijectors: bijector
4040
using StatsPlots, Measures
4141
4242
Random.seed!(42);

0 commit comments

Comments
 (0)