Skip to content

Commit b0998ae

Browse files
committed
Update website
1 parent 0566093 commit b0998ae

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ad.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,11 @@ def html(_args):
122122

123123
ENZYME_RVS_ONE_PARAM = "https://github.com/EnzymeAD/Enzyme.jl/issues/2337"
124124
ENZYME_FWD_BLAS = "https://github.com/EnzymeAD/Enzyme.jl/issues/1995"
125+
MOONCAKE_THREADED = "https://github.com/chalk-lab/Mooncake.jl/issues/570"
125126
KNOWN_ERRORS = {
126-
("assume_beta", "EnzymeReverse"): ENZYME_RVS_ONE_PARAM,
127-
("assume_dirichlet", "EnzymeReverse"): ENZYME_RVS_ONE_PARAM,
128-
("assume_lkjcholu", "EnzymeReverse"): ENZYME_RVS_ONE_PARAM,
129-
("assume_normal", "EnzymeReverse"): ENZYME_RVS_ONE_PARAM,
130-
("assume_wishart", "EnzymeReverse"): ENZYME_RVS_ONE_PARAM,
131127
("assume_mvnormal", "EnzymeForward"): ENZYME_FWD_BLAS,
132128
("assume_wishart", "EnzymeForward"): ENZYME_FWD_BLAS,
129+
("multithreaded", "Mooncake"): MOONCAKE_THREADED,
133130
}
134131

135132

@@ -221,6 +218,8 @@ def html(_args):
221218
</ul>
222219
223220
<h2>Results</h2>
221+
222+
<p>(New: You can also hover over the model names to see their definitions.)</p>
224223
""")
225224

226225
# Table header

0 commit comments

Comments
 (0)