Closed bablf closed 2 years ago
Thank you for this. You are correct, pynini is not currently needed to run the ReFinED model. I will remove this from the requirments.txt in the next release.
Hi, I have updated the README for this (https://github.com/amazon-science/ReFinED/blob/main/README.md). Thanks.
As a fix, you can remove it from the requirements.txt and replace it with
boto3
, which is needed to rundemo.py
.demo.py
is still downloading, so I might run into issues with this down the line. Just a quickfix that might help others.