Re: ONNX Runtime GPU/CPU in OpenNLP

2023-10-13 Thread Jeff Zemerick
Adding to my previous reply, it would be great to also get OPENNLP-1384 into the minor release. I will try to get a PR for it up this weekend. https://issues.apache.org/jira/browse/OPENNLP-1384 Thanks, Jeff On Fri, Oct 13, 2023 at 8:50 AM Jeff Zemerick wrote: > I think it would be good to do a

Re: ONNX Runtime GPU/CPU in OpenNLP

2023-10-13 Thread Jeff Zemerick
I think it would be good to do a minor release to support Apache Solr as long as it doesn't put too much burden on any of us at the moment. Thanks, Jeff On Fri, Oct 13, 2023 at 1:55 AM Atita Arora wrote: > Sounds fair and reasonable to me. > > Thanks, > Atita > > On Thu, 12 Oct 2023, 21:50 Ric

Re: ONNX Runtime GPU/CPU in OpenNLP

2023-10-12 Thread Atita Arora
Sounds fair and reasonable to me. Thanks, Atita On Thu, 12 Oct 2023, 21:50 Richard Zowalla, wrote: > I am fine with the suggested approach. > > Maybe, we should do a minor release after this is merged in order to > unblock the SOLR folks? > > Gruß > Richard > > Am Donnerstag, dem 12.10.2023 um

Re: ONNX Runtime GPU/CPU in OpenNLP

2023-10-12 Thread Richard Zowalla
I am fine with the suggested approach. Maybe, we should do a minor release after this is merged in order to unblock the SOLR folks? Gruß Richard Am Donnerstag, dem 12.10.2023 um 12:41 -0400 schrieb Jeff Zemerick: > Hi all, > > I created OPENNLP-1515 to change the ONNX Runtime dependency from >

ONNX Runtime GPU/CPU in OpenNLP

2023-10-12 Thread Jeff Zemerick
Hi all, I created OPENNLP-1515 to change the ONNX Runtime dependency from onnxruntime-gpu to onnxruntime. This change will remove GPU support and cause OpenNLP to always use CPU for inference. The reason for this change is the onnxruntime dependency supports Linux, Windows, and Mac x64, and the on