Can not upgrade to tourchvision 0.7.0 from 0.2.2.post3

Hi,

A. 0.2.2.

B. The main problem here by PyTorch for Jetson PyTorch v1.6 whl installation file is supposed to come with tourchvision 0.7.0 (the last version) “* PyTorch v1.6 - torchvision v0.7.0” but it is not true. The problem here is tourchvision 0.7.0 is not build for Aarch64 (Jetson Xavier NX) and JETPACK 4.3 at all.

–no-dependencies not helping here because i am getting the error:

~/.local/lib/python3.6/site-packages/fastai/vision/models/xresnet.py in <module>
     11 # Cell
     12 from ...torch_basics import *
---> 13 from torchvision.models.utils import load_state_dict_from_url
     14 
     15 # Cell

ModuleNotFoundError: No module named 'torchvision.models.utils'

Could you confirm to me that Jetson Xavier NX (With PyTorch v1.6 and Jetpack 4.4) could run tourchvision 0.7.0?
I am already a week trying to solve this issue. please upgrade and update the PyTorch v1.6 from PyTorch for Jetson