open-mmlab / mmengine

OpenMMLab Foundational Library for Training Deep Learning Models
https://mmengine.readthedocs.io/
Apache License 2.0
1.18k stars 356 forks source link

Is anywhere record the version support matrix between mmengine and pytorch? #1509

Closed kelvinwang139 closed 8 months ago

kelvinwang139 commented 8 months ago

📚 The doc issue

Is anywhere record the version support matrix between mmengine and pytorch?

Suggest a potential alternative/fix

No response

zhouzaida commented 8 months ago

Hi @kelvinwang139 , we did not provide this matrix but it is a good proposal and we will provide soon. BTW, mmengine supports pytorch>=1.6 and pytorch<=2.1.0.

kelvinwang139 commented 8 months ago

Hi @kelvinwang139 , we did not provide this matrix but it is a good proposal and we will provide soon. BTW, mmengine supports pytorch>=1.6 and pytorch<=2.1.0.

Thanks for your nice response!