Getting Started conda create -n rescueCLIP python=3.12 -y conda activate rescueCLIP pip install -e . pip install -e ".[dev]" See Makefile for commands to run experiments.