You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove torchtext as a top-level package. torchtext code was added to the repo as a workaround because:
OpenNMT requires the latest torchtext, which must be installed with pip install git+https://github.com/pytorch/text (torchtext=0.4.0)
The latest torchtext cannot be installed with pip install torchtext because on PyPItorchtext=0.3.1 is the latest. Using it causes OpenNMT based predictions to BREAK!
Since we cannot accelerate nor predict when torchtext=0.4.0 will be on PyPI, we fold that dependency into a top-level package and carry on with this issue as a reminder to clean up once the correct version is ready.
The text was updated successfully, but these errors were encountered:
Remove torchtext as a top-level package.
torchtext
code was added to the repo as a workaround because:pip install git+https://github.com/pytorch/text
(torchtext=0.4.0
)torchtext
cannot be installed withpip install torchtext
because on PyPItorchtext=0.3.1
is the latest. Using it causes OpenNMT based predictions to BREAK!Since we cannot accelerate nor predict when
torchtext=0.4.0
will be on PyPI, we fold that dependency into a top-level package and carry on with this issue as a reminder to clean up once the correct version is ready.The text was updated successfully, but these errors were encountered: