This project requires the installation of Poetry, which is used to manage dependencies.
Afterwards, run the following commands:
$ poetry shell # enter the virtualenv created by Poetry
$ poetry install
$ poe force-cuda118 # install PyTorch w/ Cuda 11.8
To enable the use of Git pre-commit hooks, run the following command:
$ pre-commit install
To view Jupyter notebooks with nbdime, configure the diff/merge drivers for this repository with the following command:
$ nbdime config-git --enable