foundation-model-stack / fms-fsdp

🚀 Efficiently (pre)training foundation models with native PyTorch features, including FSDP for training and SDPA implementation of Flash attention v2.
https://pytorch.org/docs/stable/fsdp.html
Apache License 2.0
116 stars 18 forks source link

Fix the ibm-fms install for mypy #10

Closed afrittoli closed 4 months ago

afrittoli commented 4 months ago

Install ibm-fms with -I, to ignore the version pre-installed, so that the package is installed from the main branch, which includes the py.typed file required for mypy testing.