microsoft / onnxruntime-extensions

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

Onnxruntime JAR for darwin aarch64 #736

Open github-gauthier-perrod opened 3 weeks ago

github-gauthier-perrod commented 3 weeks ago

Hello, first of all thank you for publishing on maven ORT Extensions.

I have an issue using in on m1/m2 macbook :

[info] Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: File /ai/onnxruntime/extensions/native/osx-aarch64/libonnxruntime_extensions4j_jni.dylib was not found inside JAR. [info] at ai.onnxruntime.extensions.OrtxLibrary.<clinit>(OrtxLibrary.java:104) [info] ... 20 more [info] Caused by: java.io.FileNotFoundException: File /ai/onnxruntime/extensions/native/osx-aarch64/libonnxruntime_extensions4j_jni.dylib was not found inside JAR. [info] at ai.onnxruntime.extensions.OrtxLibrary.<clinit>(OrtxLibrary.java:86) [info] ... 20 more

wenbingl commented 2 weeks ago

@sayanshaw24

github-gauthier-perrod commented 1 week ago

Hello, i came to realize we have the same issue for arch64 architecture on ubuntu:

java.lang.RuntimeException: java.io.FileNotFoundException: File /ai/onnxruntime/extensions/native/linux-aarch64/libonnxruntime_extensions4j_jni.so was not found inside JAR.