Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

Precompiled cmdstanCI

The GitHub action of this repository compiles several versions of cmdstan on different operating systems and publishes them as GitHub releases. The precompiled versions can be used to slash CI times or build documentation on readthedocs.org.

Example

# Download the release and unpack it for use with `cmdstanpy`.
curl -L -o cmdstan.tar.gz https://github.com/tillahoffmann/precompiled-cmdstan/releases/download/cmdstan-ubuntu-20.04-2.31.0/cmdstan-ubuntu-20.04-2.31.0.tar.gz
mkdir -p ~/.cmdstan
tar -xf cmdstan.tar.gz -C ~/.cmdstan

A concrete example is available here as part of the gptools-stan package for performant Gaussian processes in Stan.

About

Precompiled cmdstan for use in Read the Docs and elsewhere.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors