explosion / curated-transformers

🤖 A PyTorch library of curated Transformer models and their composable components
MIT License
864 stars 34 forks source link

Set torch upper bound to <2.1.0 #363

Closed danieldk closed 8 months ago

danieldk commented 9 months ago

Description

Some changes in PyTorch 2.1.0 and later are incompatible with Curated Transformers 1.x. Fixing these issues would require API changes. So we set the upper bound on supported PyTorch versions. We will soon release Curated Transformers 2.0.0, which is compatible with the lastest PyTorch versions.

Checklist