Facing incompatibility issue between torch1.10.0 and torchvision0.11.1

Trying to run YoloV5-strong sort and has installed Python3.6, torch 1.10.0 and torchvision0.11.1 on Jetson nano with jetpack 4.5.1-b17. But while running the tracking algorithm, it gives the runtime error that torchvision is not compatible with torch. Would like to know why this is happening.