JohnSnowLabs / spark-nlp

State of the Art Natural Language Processing
https://sparknlp.org/
Apache License 2.0
3.88k stars 711 forks source link

OpenVINO install instructions #14382

Closed DevinTDHa closed 2 months ago

DevinTDHa commented 2 months ago

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