Uploaded image for project: 'OpenNLP'
  1. OpenNLP
  2. OPENNLP-1515

Default to onnxruntime instead of onnxruntime-gpu

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.1
    • Deep Learning
    • 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

          Activity

            People

              jzemerick Jeff Zemerick
              jzemerick Jeff Zemerick
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: