Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion onnxruntime/core/session/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Status LoadPluginOrProviderBridge(const std::string& registration_name,
true,
ProviderLibraryPathType::Absolute);
bool is_provider_bridge = provider_library->Load() == Status::OK(); // library has GetProvider
LOGS_DEFAULT(INFO) << "Loading EP library: " << library_path
LOGS_DEFAULT(INFO) << "Loading EP library: " << resolved_library_path
<< (is_provider_bridge ? " as a provider bridge" : " as a plugin");

// create EpLibraryPlugin to ensure CreateEpFactories and ReleaseEpFactory are available
Expand Down