How to download pyTorch 1.5.1 in jetson xavier

am trying this code to run it on jetson Xavier Nx but i am not able to download pytorch1.5.1 i have tried " conda install pytorch==1.5.1 torchvision==0.6.0 cudatoolkit=10.2 -c pytorch"

Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • cudatoolkit=10.2
  • torchvision==0.6.0
  • pytorch==1.5.1

Current channels:

To search for alternate channels that may provide the conda package you’re
looking for, navigate to

s://anaconda.org

and use the search bar at the top of the page.

Hi,

Since Jetson is an ARM system, you may not able to install it via conda directly.

We have prepared some prebuilt package for Jetson.
Please see the topic below and find the corresponding version to install:

Thanks.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.