mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
Spotless fix
This commit is contained in:
parent
648679b370
commit
e02270e640
1 changed files with 2 additions and 1 deletions
|
|
@ -98,7 +98,8 @@ final class OnnxRuntime {
|
|||
}
|
||||
Path tempDirectory = isAndroid() ? null : Files.createTempDirectory("onnxruntime-java");
|
||||
try {
|
||||
// Extract and prepare the shared provider libraries but don't try to load them, Onnxruntime itself will load them
|
||||
// Extract and prepare the shared provider libraries but don't try to load them, Onnxruntime
|
||||
// itself will load them
|
||||
load(tempDirectory, ONNXRUNTIME_LIBRARY_SHARED_NAME, false);
|
||||
load(tempDirectory, ONNXRUNTIME_LIBRARY_CUDA_NAME, false);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue