mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Formatting
This commit is contained in:
parent
8c5d758038
commit
a59cf4b050
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ final class OnnxRuntime {
|
|||
if (is == null) {
|
||||
// 3a) Not found in resources, load from library path
|
||||
if (!systemLoad) {
|
||||
return; // Failure is expected if we try to pull in optional components we don't need to load
|
||||
return; // Failure is expected for optional components we don't need to load
|
||||
}
|
||||
logger.log(
|
||||
Level.FINE, "Attempting to load native library '" + library + "' from library path");
|
||||
|
|
|
|||
Loading…
Reference in a new issue