nlp-uoregon / trankit

Trankit is a Light-Weight Transformer-based Python Toolkit for Multilingual Natural Language Processing
Apache License 2.0
724 stars 99 forks source link

Remove torch<1.8.0 requirement #43

Closed b-mcdowell closed 2 years ago

b-mcdowell commented 2 years ago

This removes the torch<1.8.0 install requirement in setup.py, as suggested here.

We'd like to do this to be able to use Trankit with later versions of PyTorch. We've verified that it successfully serves predictions with Python 3.8.9 and torch==1.11.0.