I have to use pytorch v1.5.0 for my code which is only compatible with Jetpack 4.4DP. (PyTorch for Jetson - version 1.7.0 now available)
There is no option to select this version with the latest SDK Manager. I’ve try to use the cli but I can’t find the correct version that correspond to Jetpack 4.4DP.
What I’ve tried:
sdkmanager --cli downloadonly --logintype devzone --product Jetson --version 4.4DP --targetos Linux --target P2888-0004
Is it possible to install Jetpack4.4DP with this method? or is there any other ways to install pytorch v1.5.0 and torchvision v0.6.0 with other later Jetpack version?