DEFAULT_CONDA_PREFIX="~/micromamba/envs/ecad"  # SET THIS TO YOUR CONDA PREFIX
PROJECT_ROOT="~/dev/editing-DiTs" # SET THIS TO YOUR PROJECT ROOT, I.E. WHERE THIS FILE IS

# Allow scripts to find the top level python package
PYTHONPATH="$PROJECT_ROOT:$PYTHONPATH"

# Prevent large memory fragmentation
PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
