Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Our CI is failing ([ex](https://github.com/facebookresearch/multimodal/actions/runs/7934357313/job/21665167793?pr=521)) due to a mismatch in the mypy version used with pytorch core. Update mypy version to fix it Pull Request resolved: #524 Test Plan: Fresh install and run mypy ``` conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia pip install -e ".[dev]" mypy Success: no issues found in 135 source files ``` CI is green now Reviewed By: kartikayk Differential Revision: D54050126 Pulled By: ebsmothers fbshipit-source-id: 922e0a555c14af6f2f27953603b8d280c513f5ff
- Loading branch information