Pytorch version of PC and Mobile differs

Hi,

Our AI team train model under pytorch 1.10.1.
and pytorch version used on Android platform is 1.9.0

    implementation 'org.pytorch:pytorch_android_lite:1.9.0'
    implementation 'org.pytorch:pytorch_android_torchvision:1.9.0'

will it cause problems? do I need to update versions on Android?

best

It’s not guaranteed to work. Old model can work with new pytorch version but not vice versa.

Thanks a lot. a lot. at least 20 chars