Continuing the discussion from RuntimeError: operator torchvision::nms does not exist:
The answer there gave two urls for downloading working version of pytorch and torhcvision. However, as per the documentation, the versions supplied in the answer are incompatible: torch 2.5.0 must go with torchvision 0.20, not 0.19.
This is also likely the reason for the original issue, as only torchvision 0.21 is compatible with 2.6.0. Can we please get correct links for torchvision 0.20 and torch 2.5? In general, is there a way to find these url’s? the search bar doesn’t seem to find anything and only gives the latest versions, not previously built ones.