bolt
bolt copied to clipboard
How to build on Raspberry?
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.