text icon indicating copy to clipboard operation
text copied to clipboard

[Release Blocking] TorchData is too old for PyTorch 2.3

Open PaliC opened this issue 1 year ago • 1 comments

Currently the release of TorchText 0.18 is blocked by using TorchData 7.1 which is not compatible with PyTorch 2.3 (https://github.com/pytorch/text/actions/runs/8365635868/job/22903939847#step:13:291)

Solution: The first proposed solution is to cut a branch for TorchData 7.2 and use that as https://github.com/pytorch/data/commit/07903385443da2cab8ed90c46bd4e02412945100 fixes the issue.

PaliC avatar Mar 20 '24 21:03 PaliC

Should we remove torchdata integration with torchtext instead? And indeed, it's a TorchText release blocking issue, but it should not delay the release of PyTorch itself

malfet avatar Mar 21 '24 14:03 malfet