mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Leave temp file around to load properly
This commit is contained in:
parent
24eed8bd8f
commit
9dfdafe6e0
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ final class OnnxRuntime {
|
|||
logger.log(Level.FINE, "Loaded native library '" + library + "' from resource path");
|
||||
}
|
||||
} finally {
|
||||
cleanUp(tempFile);
|
||||
if (system_load) cleanUp(tempFile);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue