Unbabel / COMET

A Neural Framework for MT Evaluation
https://unbabel.github.io/COMET/html/index.html
Apache License 2.0
493 stars 76 forks source link

Update to entmax 1.1 to fix poetry error #99

Closed dblandan closed 1 year ago

dblandan commented 1 year ago

🚀 Feature

There is a known issue with poetry installing entmax 1.0.0. The COMET documentation recommends using pip to install torch, then install entmax after torch is installed. It is preferable to use poetry without additional pip commands required.

Motivation

entmax v1.1 was released yesterday to address this issue.

Alternatives

As noted above, the alternative is the current workaround of pip install + poetry.

Additional context

https://github.com/deep-spin/entmax/pull/25