File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,11 @@ def html(_args):
122
122
123
123
ENZYME_RVS_ONE_PARAM = "https://github.com/EnzymeAD/Enzyme.jl/issues/2337"
124
124
ENZYME_FWD_BLAS = "https://github.com/EnzymeAD/Enzyme.jl/issues/1995"
125
+ MOONCAKE_THREADED = "https://github.com/chalk-lab/Mooncake.jl/issues/570"
125
126
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 ,
131
127
("assume_mvnormal" , "EnzymeForward" ): ENZYME_FWD_BLAS ,
132
128
("assume_wishart" , "EnzymeForward" ): ENZYME_FWD_BLAS ,
129
+ ("multithreaded" , "Mooncake" ): MOONCAKE_THREADED ,
133
130
}
134
131
135
132
@@ -221,6 +218,8 @@ def html(_args):
221
218
</ul>
222
219
223
220
<h2>Results</h2>
221
+
222
+ <p>(New: You can also hover over the model names to see their definitions.)</p>
224
223
""" )
225
224
226
225
# Table header
You can’t perform that action at this time.
0 commit comments