Skip to content

Commit a997c4f

Browse files
[VitisAI] external_ep_library typo fix (#27647)
1 parent f2c28e2 commit a997c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onnxruntime/core/providers/vitisai/vitisai_provider_factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ std::unique_ptr<IExecutionProvider> VitisAIProviderFactory::CreateProvider(const
5656
}
5757
}
5858

59-
auto it = provider_options.find("external_ep_libray");
59+
auto it = provider_options.find("external_ep_library");
6060
if (it != provider_options.end()) {
6161
return CreateExecutionProviderFromAnotherEp(it->second, session_options, provider_options);
6262
}

0 commit comments

Comments
 (0)