deepset-ai / FARM

:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.
https://farm.deepset.ai
Apache License 2.0
1.73k stars 247 forks source link

Torch Version 1.9 Compatibility check #814

Closed Timoeller closed 3 years ago

Timoeller commented 3 years ago

fixes #810

julian-risch commented 3 years ago

Tests passed (including text pair classification) and benchmarks passed (with a different seed). @Timoeller I'd say this PR is ready to be merged.

julian-risch commented 3 years ago

However, remember to change the fixed torch version to torch>1.5,<1.10 before merging.