This module publishes the PaddlePaddle native libraries to Maven central repository.
You need to install cmake
and C++ compiler on your machine in order to build
apt install cmake g++
Visual Studio 2017/2019 with C++ development toolkit is required to compile.
Use the following task to build PaddlePaddle JNI library:
./gradlew compileJNI
gradlew compileJNI
This task will send a Jni library copy to paddlepaddle-engine
model to test locally.