bolt icon indicating copy to clipboard operation
bolt copied to clipboard

How to build on Raspberry?

Open yuxianzhi opened this issue 3 years ago • 0 comments

We have sucessully build bolt inference library without model converter on Raspberry 3 model B(armv7).

#67

export CFLAGS="-march=armv7-a -mfpu=neon-vfpv4 "
export CXXFLAGS="-march=armv7-a -mfpu=neon-vfpv4 "
./install.sh --target=linux-armv7_blank --converter=off -t 4

#benchmark
./install_linux-armv7_blank/example/benchmark -m ./kit/assets/ImageClassification/ghostnet_f32.bolt

You can transfer your bolt model to Raspberry and run inference.

yuxianzhi avatar Oct 17 '21 12:10 yuxianzhi