This PR adds instructions on how to setup up openVINO support with Spark NLP (namely installing libtbb). Additionally, additional information will be logged, if an UnsatisfiedLinkError is detected.
Motivation and Context
If libtbb is not installed on the users system, the pipeline using openVINO will fail with UnsatisfiedLinkError but with not much explanation. This PR clarifies how to deal with this issue.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] Code improvements with no or little impact
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
This PR adds instructions on how to setup up openVINO support with Spark NLP (namely installing libtbb). Additionally, additional information will be logged, if an UnsatisfiedLinkError is detected.
Motivation and Context
If libtbb is not installed on the users system, the pipeline using openVINO will fail with
UnsatisfiedLinkError
but with not much explanation. This PR clarifies how to deal with this issue.Types of changes