Skip to content

Commit

Permalink
Exclude azure ep from gen_def.cc (#21250)
Browse files Browse the repository at this point in the history
Addresses python packaging pipeline failure.
  • Loading branch information
baijumeswani committed Jul 4, 2024
1 parent 07c4291 commit 0bbd061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci_build/gen_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def parse_arguments():
"cann",
"dnnl",
"tensorrt",
"azure",
):
file.write(f"#include <core/providers/{c}/{c}_provider_factory.h>\n")
file.write("void* GetFunctionEntryByName(const char* name){\n")
Expand Down

0 comments on commit 0bbd061

Please sign in to comment.