🐛 Describe the bug I'm using conda 22.11.1 on Ubuntu, when I install only pytorch 1.13 using this command, the pytorch dataloader works fine: conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytor...
Our binary packaging is kind of wild and wooly but if you don't mind YOLOing (as in submitting a patch without testing it) you could try updating https://github.com/pytorch/builder/tree/master/conda/cpuonly to be a mutex package. If the PyTorch package itself also needs updating, a di...