Kashu7100 / pytorch-armv7l

PyTorch 1.7.0 and torchvision 0.8.0 builds for RaspberryPi 4 (32bit OS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-armv7l

PyTorch 1.7.0 and torchvision 0.8.0 builds for RaspberryPi 4 (32bit OS)

Dependencies

sudo apt install libopenblas-dev libblas-dev m4 cmake cython python3-dev python3-yaml python3-setuptools

Build Options

export NO_CUDA=1
export NO_DISTRIBUTED=1
export NO_MKLDNN=1 
export BUILD_TEST=0
export MAX_JOBS=4

Compile

The wheel file will be created in pytorch/dist/* after running the following commands.

  • PyTorch
git clone https://github.com/pytorch/pytorch --recursive && cd pytorch
git checkout v1.7.0
git submodule update --init --recursive
python setup.py bdist_wheel
  • torchvision
git clone https://github.com/pytorch/vision && cd vision
git checkout v0.8.1
git submodule update --init --recursive
python setup.py bdist_wheel

Reference

  1. Compling ARM stuff without an ARM board / Build PyTorch for the Raspberry Pi
  2. pytorch-arm-builds

About

PyTorch 1.7.0 and torchvision 0.8.0 builds for RaspberryPi 4 (32bit OS)