whale DNN compiler. devel Initialize the environment: python3.13 -m venv .env source .env/bin/activate pip install black isort torch # autoformat, test run autoformat: ./task fmt run unittest: ./task test