Cycle Consistent Model Merging¶
A new awesome project.
Installation¶
Quickstart¶
Development installation¶
Setup the development environment:
git clone git@github.com:crisostomi/cycle-consistent-model-merging.git
cd cycle-consistent-model-merging
conda env create -f env.yaml
conda activate ccmm
pre-commit install
Run the tests:
Update the dependencies¶
Re-install the project in edit mode: