Description
Describe the issue
While I was trying to deploy the artifacts and run the onnx model on the edge device (Linux OS aarch64) its showing up with the following error:
I've followed the instructions for building the onnx runtime from the following link: https://onnxruntime.ai/docs/build/training.html#build-for-on-device-training
How to get rid of that error?
I even tried with the commands 'pip install onnxruntime-training'; 'pip3 install onnxruntime-training'; 'pip3.9 install onnx runtime-training' Nothing seems to work!
Urgency
Critical
Target platform
Linux (Am62x)
Build script
git clone --recursive https://github.com/Microsoft/onnxruntime.git
cd onnxruntime
./build.sh --config RelWithDebInfo --build_shared_lib --parallel --enable_training_apis
./build.sh --config RelWithDebInfo --build_shared_lib --parallel --enable_training
./build.sh --enable_training --use_dnnl
Error / output
Visual Studio Version
No response
GCC / Compiler Version
GCC 9.2.1