We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1565acf commit ab3e718Copy full SHA for ab3e718
web/src/App.svelte
@@ -105,12 +105,12 @@
105
106
<p>
107
<b>Note about Enzyme:</b> Enzyme does not work with DynamicPPL 0.37
108
- / Turing 0.40 because of
+ / Turing 0.40 on Julia 1.11 because of
109
<a
110
href="https://github.com/EnzymeAD/Enzyme.jl/issues/2429"
111
target="_blank">this issue</a
112
- >. If you want to use Enzyme with Turing, please use an older
113
- version of Turing / DynamicPPL.
+ >. If you want to use Enzyme with Turing, please use Julia 1.10, or
+ an older version of Turing / DynamicPPL.
114
</p>
115
116
{#each categorisedData.entries() as [category, modelData]}
0 commit comments