-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ONNX integration doesn't want to work on M1 #361
Comments
It will be great if somebody with M1 will help to reproduce the issue with ONNX Runtime (the same problem is known for TF Runtime) |
The ORT jar on Maven Central doesn't support macOS aarch64, though it works just fine if you compile it from source on an M1 (I got it working in December 2020 shortly after I got an M1). I believe the plan is to add support for macOS aarch64 in a future release but it's a bit constrained by the lack of build resources for that platform. TF-java has a hack to get macOS aarch64 support, but it's not going to happen to TF 1.15, I don't think the native build supports that platform. |
@Craigacp thanks for the comment! It's important to know |
Hi all, Currently org.jetbrains.kotlinx:kotlin-deeplearning-onnx:0.4.0 uses 1.11.0 For now, you might consider adding dependency into your build system;
|
Fails on
The same code works just fine on AMD64 Linux.
The text was updated successfully, but these errors were encountered: