You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(A clear and concise description of what the bug is.)
I use version 0.29.0, JDK environment is 17, operating system is Win11. The libtorch dependencies are loaded properly, and the pytorch engine is initialized properly, but when I try to load a torchscript model, a JNI error modal box pops up.
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
Environment Info
Please run the command ./gradlew debugEnv from the root directory of DJL (if necessary, clone DJL first). It will output information about your system, environment, and installation that can help us debug your issue. Paste the output of the command below:
PASTE OUTPUT HERE
The text was updated successfully, but these errors were encountered:
Description
(A clear and concise description of what the bug is.)
I use version 0.29.0, JDK environment is 17, operating system is Win11. The libtorch dependencies are loaded properly, and the pytorch engine is initialized properly, but when I try to load a torchscript model, a JNI error modal box pops up.
Expected Behavior
(what's the expected behavior?)
Error Message
Stack tracing:
How to Reproduce?
So the error code looks like this, and the model file is downloaded from the pytorch model zoo provided by DJL.
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
Environment Info
Please run the command
./gradlew debugEnv
from the root directory of DJL (if necessary, clone DJL first). It will output information about your system, environment, and installation that can help us debug your issue. Paste the output of the command below:The text was updated successfully, but these errors were encountered: