Skip to content

Commit

Permalink
Update Essential.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored May 30, 2024
1 parent 3c6149f commit 627f545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/essential/Essential.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using Bijectors: PDMatDistribution
using AdvancedVI
using StatsFuns: logsumexp, softmax
@reexport using DynamicPPL
using ADTypes: ADTypes, AutoForwardDiff, AutoTracker, AutoReverseDiff, AutoZygote
using ADTypes: ADTypes, AutoForwardDiff, AutoTracker, AutoReverseDiff, AutoZygote, AutoTapir

import AdvancedPS

Expand Down Expand Up @@ -39,6 +39,7 @@ export @model,
AutoTracker,
AutoZygote,
AutoReverseDiff,
AutoTapir,
value,
@logprob_str,
@prob_str
Expand Down

0 comments on commit 627f545

Please sign in to comment.