PyTorch-Jetson-Nano icon indicating copy to clipboard operation
PyTorch-Jetson-Nano copied to clipboard

arm64

Open plateau1 opened this issue 3 years ago • 1 comments

My platform is xavier(arm64). envriment: python:3.6 libtorch:1.8 cuda:10.2

I want to using sourse code to build torchvision. I find that the current compilation is x86. Can torchvision be compiled on arm64?

plateau1 avatar Mar 08 '22 07:03 plateau1

To the best of my knowledge, the Xavier is an aarch64 machine, just like the Nano. They all use the ARM processor and run the Tigra OS. You can follow the instructions given at our website Or use the wheels provided here. Note, you must have PyTorch up and running before installing TorchVision

Qengineering avatar Mar 08 '22 09:03 Qengineering