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.49k stars 813 forks source link

Explicit dependend on portalocker? #2182

Open h-vetinari opened 1 year ago

h-vetinari commented 1 year ago

Shouldn't torch/text add an explicit dependency on portalocker now? Without it, I get:

= 979 failed, 204 passed, 12 skipped, 1 deselected, 6 warnings in 495.47s (0:08:15) =

that's >80% failed tests, and probably does not represent a functional torchtext?

Originally posted by @h-vetinari in https://github.com/pytorch/text/issues/2056#issuecomment-1593761158