mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
Exclude azure ep from gen_def.cc (#21250)
Addresses python packaging pipeline failure.
This commit is contained in:
parent
07c429191e
commit
0bbd061a54
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ with open(args.output_source, "w") as file:
|
|||
"cann",
|
||||
"dnnl",
|
||||
"tensorrt",
|
||||
"azure",
|
||||
):
|
||||
file.write(f"#include <core/providers/{c}/{c}_provider_factory.h>\n")
|
||||
file.write("void* GetFunctionEntryByName(const char* name){\n")
|
||||
|
|
|
|||
Loading…
Reference in a new issue