undertheseanlp / underthesea

Underthesea - Vietnamese NLP Toolkit
http://undertheseanlp.com
GNU General Public License v3.0
1.35k stars 270 forks source link

Support PyTorch v2 for dependency parsing #706

Open BLKSerene opened 11 months ago

BLKSerene commented 11 months ago

The dependency parsing function of Underthesea requires torch<1.13, but PyTorch v2 is already released. I'm wondering whether there are any plans for supporting the latest version of PyTorch?

rain1024 commented 11 months ago

As of now, there are no immediate plans to support the latest version of PyTorch in Underthesea's dependency parsing function. Please continue to follow our updates for any changes. Thank you for your understanding.

rain1024 commented 9 months ago

@BLKSerene I'll try to look into options and fixes this week and let you know what I find.