pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch
https://pytorch.org/text
BSD 3-Clause "New" or "Revised" License
3.5k stars 812 forks source link

PyTorch 2.4 is not supported by TorchText #2253

Open grant541 opened 6 months ago

grant541 commented 6 months ago

Working on this for days trying to install torchtext with pytorch 2.4 and no luck. The error message I receive:

 torchtext 0.17.2 depends on torch==2.2.2
 The user requested (constraint) torch==2.4.0.dev20240324+cu121

So it seems impossible to use torchtext with the latest version of pytorch.

Is there any way to solve this issue without having to downgrade to pytorch 2.2.2?