Replies: 4 comments 4 replies
-
Just to be sure it is really due to the M1 arch. How did you add the native libraries? See https://storch.dev/installation.html#via-pytorch-platform-1 for examples (best try with |
Beta Was this translation helpful? Give feedback.
1 reply
-
this is what I have. |
Beta Was this translation helpful? Give feedback.
1 reply
-
seeing this
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I have tried this step, but was unsuccessful. I can check the error tonight
- but IIRC it was not the same error. However, it failed. Also, I saw a
javacpp bug around M1 using a snapshot. I have not tried to do this but
here is the link bytedeco/javacpp-presets#1069
…On Thu, Nov 2, 2023 at 12:13 PM Sören Brunk ***@***.***> wrote:
We don't have native ARM builds yet unfortunately, but I'm hoping that
Apple's compat layer will make it work with the x86_64 native binaries
nevertheless until then. Could you try setting the classifier explicitly:
libraryDependencies += Seq(
"dev.storch" %% "core" % "0.0-05078a8-SNAPSHOT",
"org.bytedeco" % "pytorch" % "2.0.1-1.5.10-SNAPSHOT",
"org.bytedeco" % "pytorch" % "2.0.1-1.5.10-SNAPSHOT" classifier "macosx-x86_64",
"org.bytedeco" % "openblas" % "0.3.23-1.5.10-SNAPSHOT" classifier "macosx-x86_64"
)
—
Reply to this email directly, view it on GitHub
<#65 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACFQR4ASHPTHRNH4PTYBNRDYCPIDJAVCNFSM6AAAAAA6XA3SPOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TINJZGMZDO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm on a M1 Mac.
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jnitorch in java.library.path: /Users/USER/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:
Python
Java
Beta Was this translation helpful? Give feedback.
All reactions