Installation#

Cloud Environments#

Launch into a JupyterLab environment on

Development Installation#

For development, training, or advanced usage, you can set up the full development environment:

Start by cloning this repo-url

git clone https://github.com/Clay-foundation/model
cd model

Then we recommend using mamba to install the dependencies. A virtual environment will also be created with Python and JupyterLab installed.

mamba env create --file environment.yml

Note

The command above has been tested on Linux devices with CUDA GPUs.

Activate the virtual environment first.

mamba activate claymodel

Finally, double-check that the libraries have been installed.

mamba list