-
Beta Was this translation helpful? Give feedback.
Answered by
frankfliu
Nov 7, 2024
Replies: 2 comments 3 replies
-
Yes, the folder is created by DJL, DJL extract shared libraries from jar file:
You can find the code here: https://github.com/deepjavalibrary/djl/blob/master/engines/pytorch/pytorch-engine/src/main/java/ai/djl/pytorch/jni/LibUtils.java#L324 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Guibeen
-
@Guibeen It will load your system |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Guibeen
Yes, the folder is created by DJL, DJL extract shared libraries from jar file:
1.13.1
is the version, innative/lib/pytorch.properties
file20221220
is the jar creation timecpu-precxx11
is the pytorch flavorlinux-aarch64
is the platformYou can find the code here: https://github.com/deepjavalibrary/djl/blob/master/engines/pytorch/pytorch-engine/src/main/java/ai/djl/pytorch/jni/LibUtils.java#L324