You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: