Installing PyTorch on PYNQ

Hello all,

I want to use PyTorch as a package on PYNQ. How can I install that?

1 Like

Have you tried anything yet? PYNQ framework is based on Ubuntu and Zynq is ARM 32/64 depending on which board you have. You can try follow PyTOrch installation instructions.
Remember your board likely has less memory than a desktop computer.
If you have issues, try searching for installing PyTorch on RaspberryPi. It is also ARM based, so instructions, and any issue you encounter may be similar.

Cathal