-
当我在服务器上运行jar包时,发生以下报错: Exception in thread "main" java.lang.reflect.InvocationTargetException
Caused by: ai.djl.engine.EngineException: Failed to load PyTorch native library
Caused by: java.lang.IllegalStateException: PyTorch library not found: /native/lib/libc10.so
这是我的服务器版本: OS: Linux 4.19.90-17.5.ky10.aarch64, Kylin Linux Advanced Server release V10 (SP1)以下是我的pom.xml文件关于DJL的部分:
|
Beta Was this translation helpful? Give feedback.
Answered by
frankfliu
Jun 18, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KingWaq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@KingWaq
pytorch-native-auto
is deprecated, please remove it from your pom.xml file