Installation#
Cloud Environments#
Launch into a JupyterLab environment on
Local Environments#
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