Looking for pip wheel to install pytorch on Jetson TX1

Hi,
I am looking for pip wheel to install pytorch on Jetson TX1. I am using Python 3.7.

Thank you very much.

Hi,

We don’t have a pyTorch package for TX1.
You can build it from source and here is a installation script for your reference:
[url]https://github.com/ShreyasSkandanS/nvidia_tx_utils/blob/master/pages/install_pytorch.md[/url]

Thanks.