Closed willtebbutt closed 3 weeks ago
I can't reproduce this on my M1 Mac:
julia> vi_linked = Turing.link(vi, model)
Transformed SimpleVarInfo((β = [-0.5586704534964646 0.4449257033648504; 0.49462131524462283 -4.267434908105872; … ; 0.5517609535028092 -2.945874650059821; 2.082444142385803 0.6952883449480989], θ = [-1.8888464575737707 -3.09863439109128]), -3696.582422864908)
julia> versioninfo()
Julia Version 1.10.0
Commit 3120989f39b (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 10 × Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1)
Threads: 1 on 8 virtual cores
(ppl) pkg> st
Status `~/ppl/Project.toml`
⌃ [31c24e10] Distributions v0.25.107
⌃ [fce5fe82] Turing v0.30.3
It runs successfully with Julia 1.10.5 and the latest versions of Turing/Distributions, too.
Is this OS- or architecture-specific?
Norepro on Intel macOS too. I don't have any other laptops to hand 😄
julia> vi_linked = Turing.link(vi, model)
Transformed SimpleVarInfo((β = [-1.8679219824723639 0.04287603501415216; 0.4508670007190849 1.027370357861928; … ; 0.4085340253630684 0.8295277069346981; 0.022551723323387833 0.7550515967305788], θ = [1.3985778149898214 0.8668408166024291]), -3640.0134613280497)
julia> versioninfo()
Julia Version 1.10.0
Commit 3120989f39b (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (x86_64-apple-darwin22.4.0)
CPU: 12 × Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads: 1 on 12 virtual cores
(test) pkg> st
Status `~/test/Project.toml`
⌃ [31c24e10] Distributions v0.25.107
⌃ [fce5fe82] Turing v0.30.3
Info Packages marked with ⌃ have new versions available and may be upgradable.
@penelopeysm, feel free to close it. It's okay to reopen it if this issue is observed again.
Also norepro on my mac. Closing. HOpefully it will never re-emerge.
As discussed with @torfjelde on slack:
the final line yields
Run on Julia v1.10.0, with