Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The onnxruntime-gpu dependency is currently being included by opennlp-dl.
<dependency>
<groupId>com.microsoft.onnxruntime</groupId>
<!-- This dependency supports CPU and GPU -->
<artifactId>onnxruntime_gpu</artifactId>
<version>${onnxruntime.version}</version>
</dependency>
The problem is, GPU support is only on Linux and Windows and not OSX. I think it would be best to use the onnxruntime dependency instead.
But we need to make OpenNLP able to use GPU easily.
Attachments
Issue Links
- relates to
-
OPENNLP-1514 Skip ONNX runtime tests when on OSX ARM
- Closed