Developer Docs
In-depth documentation of the Ersilia Model Hub to support developers contribute to our open source platform
Installation
To start contributing to Ersilia, please fork our main branch and work on it locally. We recommend installing Ersilia in editable mode:
Additional requirements:
DockerHub: all models incorporated in Ersilia will be Dockerized for easy deployment. While the dockerization step happens in the cloud (GitHub Actions) it is recommended to install docker for model testing purposes.
Git-LFS: many modelβs checkpoints are too large (>100MB) for GitHub storage. Make sure that git-lfs is installed and active in your system to push large files to the model repository.
Last updated