flairNLP / flair

A very simple framework for state-of-the-art Natural Language Processing (NLP)
https://flairnlp.github.io/flair/
Other
13.91k stars 2.1k forks source link

Release Flair 0.9 #2400

Closed alanakbik closed 3 years ago

alanakbik commented 3 years ago

It's time to do another release of Flair. This issue tracks the progress on releasing the next version.

geniki commented 3 years ago

Will this release work with Pytorch 1.8/1.9? Thank you.

alanakbik commented 3 years ago

Hello @geniki flair 0.9 works with torch 1.9!

It also partially works with torch 1.8, however all serialized models that use RNNs cannot be loaded with torch 1.8. If you only use the FLERT models or train your own models then 1.8. is also ok.