Gallery
The WarmupHMC dashboard runs every PosteriorDB model through four samplers (WarmupHMC, DynamicHMC, AdvancedHMC, plus an optional reparametrised pass) and reports compile / sample / ESS / time per posterior. The views below are the live dashboard during development; in the deployed docs they're the most recent recording committed under docs/src/public/live-whmc/.
Overview table
Card grid
Refresh the recording
To re-record the dashboard for the docs:
julia
# from the WHMC web server, in a browser:
GET /record_gallery # uses defaults
GET /record_gallery?force=true # invalidate cache and re-recordThe recording dumps both full-page and HX-shape variants of /, /gallery, and every /model/<pn> into docs/src/public/live-whmc/. Commit the result and CI deploys it.