Lightning-AI / pytorch-lightning

Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.
https://lightning.ai
Apache License 2.0
27.96k stars 3.35k forks source link

Add version compatibility matrix #11717

Open SkafteNicki opened 2 years ago

SkafteNicki commented 2 years ago

📚 Documentation

Based on this discussion on the Torchmetrics side.

Add compatibility matrix between lightning, torchmetrics, flash etc. similar to how torchvision and pytorch do it. Recommended to add it to the README.md file of PL and then the other projects can link to it.


If you enjoy Lightning, check out our other projects! âš¡

cc @borda @rohitgr7

carmocca commented 2 years ago

It should include lightning version, python version, pytorch version, flash version, and torchmetrics version

SkafteNicki commented 2 years ago
@carmocca here is the sub matrix for TM<->PL PL TM
1.6 0.8
1.5 0.8
1.4 0.7
1.3 0.7
1.2 0.6

maybe @ethanwharris can pitch in with flash version?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it hasn't had any recent activity. This issue will be closed in 7 days if no further activity occurs. Thank you for your contributions, Pytorch Lightning Team!