Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 452 Bytes

File metadata and controls

18 lines (14 loc) · 452 Bytes

DJL - ONNX Runtime for Android

Overview

This module contains the DJL ONNX Runtime engine for Android.

Installation

You can pull the ONNX Runtime for Android from the central Maven repository by including the following dependency:

  • ai.djl.android:onnxruntime:0.29.0
<dependency>
    <groupId>ai.djl.android</groupId>
    <artifactId>onnxruntime</artifactId>
    <version>0.29.0</version>
    <scope>runtime</scope>
</dependency>