Skip to content

Commit 8dcb885

Browse files
committed
fix stuff
1 parent d7895db commit 8dcb885

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
2121
TuringCallbacksTuringExt = "Turing"
2222

2323
[compat]
24-
DataStructures = "0.18-0.19"
24+
DataStructures = "0.18 - 0.19"
2525
DocStringExtensions = "0.8, 0.9"
2626
OnlineStats = "1.5"
2727
Reexport = "0.2, 1.0"
2828
Requires = "1"
2929
TensorBoardLogger = "0.1.22"
30-
Turing = "0.29-0.39"
30+
Turing = "0.39"
3131
julia = "1"
3232

3333
[extras]

ext/TuringCallbacksTuringExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end
5555

5656
function TuringCallbacks.hyperparam_metrics(
5757
model,
58-
sampler::Turing.Sampler{<:Turing.Inference.NUTS}
58+
sampler::DynamicPPL.Sampler{<:Turing.Inference.NUTS}
5959
)
6060
return [
6161
"extras/acceptance_rate/stat/Mean",

0 commit comments

Comments
 (0)