Skip to content

Commit

Permalink
Update onnxruntime/core/providers/coreml/coreml_execution_provider.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Scott McKay <[email protected]>
  • Loading branch information
wejoncy and skottmckay authored Dec 24, 2024
1 parent 70075e5 commit dc52361
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ CoreMLExecutionProvider::GetCapability(const onnxruntime::GraphViewer& graph_vie
[](unsigned char c) { return !std::isalnum(c); })) {
LOGS(logger, ERROR) << "[" << kCOREML_CACHE_KEY << ":" << user_provided_key << "] is not a valid cache key."
<< " It should be alphanumeric and less than 64 characters.";
user_provided_key = "";
}
const auto gen_metadef_name =
[&]() {
Expand Down

0 comments on commit dc52361

Please sign in to comment.