Thanks a lot that works. Can you confirm an uninstall is necessary for it to update the files correctly? Because if I didn’t uninstall all pytorch stuff, and just call the new nightly pip install command, i still get the same error. but after uninstall and reinstall it works.
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
So now I used this command:
python -c “import torch; print(torch.version)”
and got this error:
Error loading “…/site-packages\torch\lib\fbgemm.dll” or one of its dependencies."
Could this be another bug like shm.dll thing?