mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
[qnn ep] fix naming convention of ort-nightly-qnn package (#22157)
followed the rocm example below it which isn't the naming convention we want to follow. didn't fix rocm because i'm not sure if there are consumers using its naming convention.
This commit is contained in:
parent
03ce996b7c
commit
c270fe6dd3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -89,7 +89,7 @@ elif parse_arg_remove_boolean(sys.argv, "--use_azure"):
|
|||
pass
|
||||
elif parse_arg_remove_boolean(sys.argv, "--use_qnn"):
|
||||
is_qnn = True
|
||||
package_name = "onnxruntime-qnn" if not nightly_build else "ort-qnn-nightly"
|
||||
package_name = "onnxruntime-qnn" if not nightly_build else "ort-nightly-qnn"
|
||||
|
||||
if is_rocm or is_migraphx:
|
||||
package_name = "onnxruntime-rocm" if not nightly_build else "ort-rocm-nightly"
|
||||
|
|
|
|||
Loading…
Reference in a new issue