Skip to content

Commit

Permalink
fix remove Enzyme in non-Enzyme AD test
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Dec 1, 2024
1 parent 1efed26 commit 0730cd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/inference/repgradelbo_distributionsad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ else
#:ReverseDiff => AutoReverseDiff(), # DistributionsAD doesn't support ReverseDiff at the moment
:Zygote => AutoZygote(),
:Mooncake => AutoMooncake(; config=Mooncake.Config()),
:Enzyme => AutoEnzyme(),
)
end

Expand Down

0 comments on commit 0730cd9

Please sign in to comment.