facebookresearch / mmf

A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
https://mmf.sh/
Other
5.49k stars 935 forks source link

[fix] Upgrade Lightning version to fix install errors, disable some tests #1299

Closed ebsmothers closed 1 year ago

ebsmothers commented 1 year ago

Fix for #1296, can't pip install with older versions of Lightning due to some dependency conflicts. The newer version of Lightning breaks some tests that relied on the old version so we disable them.