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
On a fresh environment, doing add Zygote ZygoteRules now results in
┌ Zygote
│ WARNING: Method definition unthunk_tangent(ChainRulesCore.AbstractThunk) in module ZygoteRules at C:\Users\Sundar\.julia\packages\ZygoteRules\KF1B6\src\adjoint.jl:40 overwritten in module Zygote at C:\Users\Sundar\.julia\packages\Zygote\59YyM\src\compiler\chainrules.jl:4.
│ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
└
digital-carver
changed the title
Compile error on latest commit/version 2.6, incompatible with Zygote
Compile error on latest commit/version 0.2.6, incompatible with Zygote
Jan 20, 2025
It's not directly, which is why it wasn't caught. I'm not sure why precompilation failures don't immediately terminate the CI pipeline, because otherwise they get lost in the sea of output.
On a fresh environment, doing
add Zygote ZygoteRules
now results inThis is on my Julia 1.11.1 on Windows, but this is also the reason for CI failure on this commit.
The text was updated successfully, but these errors were encountered: