Open
Description
🐛 Describe the bug
I think the test from TorchText starts failing after pytorch/pytorch#74984 is landed into core and shipped into nightly.
Should we either revert the change or fix this problem ASAP considering the closing branch cut for TorchText?
We can let TorchText team to remove all lambda function in their dataset if needed.
Versions
main
Progress
- Replacing lambda usages in TorchText
Replacing lambda functions with regular functions in all datasets text#1718 - Add ability to use
dill
in DataLoaderV1
[DataLoader] Adding ability to use dill to pass DataPipes in mutiprocessing pytorch#77288 - Add ability to use
dill
in DataLoaderV2 (TODO)