microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
295 stars 80 forks source link

ORT Extensions package is out of date on Maven #691

Open calebtung opened 2 months ago

calebtung commented 2 months ago

According to the Android setup guide for ORT Extensions, runtime extensions should be available by adding the following to build.gradle:

implementation 'com.microsoft.onnxruntime:onnxruntime-extensions-android:latest.release'

However, the version that is retrieved from Maven is 0.9.0, not 0.10.0 (latest). Could you look into this please?