Replies: 3 comments 2 replies
-
You need all those dependencies for offline use case. See this example: https://github.com/deepjavalibrary/djl-demo/tree/master/development/fatjar |
Beta Was this translation helpful? Give feedback.
1 reply
-
You must include |
Beta Was this translation helpful? Give feedback.
1 reply
-
I created a PR to fix the typo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use the library through IntelliJ and I see that the standard way to do this is given by the information here. I am on maxOS. If I am allowed to visit external sites other than maven or some proximity repo I can use the below; it seems this goes out to the internet to fetch pytorch and therefore I cannot use this:
The workaround if you can't do this is (maybe I misunderstand) to use the below given that you know your architecture. However, this does not work and gives
ai.djl.engine.EngineException: No deep learning engine found
... Is there something else I have to do? This solution is in the link provided.My understanding is I should be able to use either the first suggestion or this second one and both should work, but the first will go and get pytorch while the second has it already and will not go and get it. Lastly, on maven I see "pytorch-jni" but no "pytorch-native-jni". Is there a type in the first link provided on your site? I.e., should the artifactId be "pytorch-jni"?
Beta Was this translation helpful? Give feedback.
All reactions