mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Skip setting the name when AzureEP enabled. (#17208)
Skip setting the name when AzureEP enabled. Co-authored-by: Randy Shuai <rashuai@microsoft.com>
This commit is contained in:
parent
68a670c7f8
commit
9266cf1772
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -82,7 +82,7 @@ elif parse_arg_remove_boolean(sys.argv, "--use_cann"):
|
|||
package_name = "onnxruntime-cann"
|
||||
elif parse_arg_remove_boolean(sys.argv, "--use_azure"):
|
||||
# keep the same name since AzureEP will release with CpuEP by default.
|
||||
package_name = "onnxruntime"
|
||||
pass
|
||||
elif parse_arg_remove_boolean(sys.argv, "--use_qnn"):
|
||||
package_name = "onnxruntime-qnn"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue