Installation#
Currently, direct installation from GitHub is recommended. For example:
python -m pip install https://github.com/hypercoil/hypercoil/archive/main.tar.gz
or equivalent.
Ensure that your jax
installation has CUDA / cuDNN support if GPU acceleration is desired. Note that hypercoil
uses JAX as its underlying framework for automatic differentiation and modelling.