gitextract_sltc66ra/ ├── .flake8 ├── .github/ │ └── workflows/ │ └── wheels.yml ├── .gitignore ├── .lintrunner.toml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── notebooks/ │ ├── README.md │ └── colab/ │ ├── aot_autograd_optimizations.ipynb │ ├── jacobians_hessians_colab.ipynb │ └── per_sample_grads_colab.ipynb ├── packaging/ │ └── windows/ │ └── internal/ │ ├── cuda_install.bat │ └── driver_update.bat ├── pull_request_template.md ├── setup.cfg ├── setup.py └── version.txt