[
https://issues.apache.org/jira/browse/OPENNLP-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Wiesner closed OPENNLP-1515.
-----------------------------------
Fix Version/s: 2.3.1
Resolution: Fixed
> Default to onnxruntime instead of onnxruntime-gpu
> -------------------------------------------------
>
> Key: OPENNLP-1515
> URL: https://issues.apache.org/jira/browse/OPENNLP-1515
> Project: OpenNLP
> Issue Type: Task
> Components: Deep Learning
> Reporter: Jeff Zemerick
> Assignee: Jeff Zemerick
> Priority: Major
> Fix For: 2.3.1
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)