ONNX Runtime v1.3.1 publishes Java (CPU/GPU) and Node.js API packages to Maven and NPM.
$ git clone --branch v1.3.1 https://github.com/microsoft/onnxruntime.git # already have the repo? check out this version: $ git checkout v1.3.1
- ›Publishes Java CPU inference library
com.microsoft.onnxruntime/onnxruntimeto Maven Central. - ›Publishes Java GPU inference library
com.microsoft.onnxruntime/onnxruntime_gputo Maven Central. - ›Publishes
onnxruntimeNode.js API package to NPM.