File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
tools/ci_build/github/azure-pipelines Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,13 @@ parameters:
54
54
displayName : Build flags to append to build command
55
55
type : string
56
56
default : ' --use_azure'
57
+
58
+ # Do not update this to a version that does not exist for the qnn-runtime Maven package:
59
+ # https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime
57
60
- name : QnnSdk
58
61
displayName : QNN SDK Version
59
62
type : string
60
- default : 2.33.2.250410
63
+ default : 2.33.0.250327
61
64
62
65
resources :
63
66
repositories :
Original file line number Diff line number Diff line change @@ -14,10 +14,12 @@ parameters:
14
14
type : string
15
15
default : ' '
16
16
17
+ # Do not update this to a version that does not exist for the qnn-runtime Maven package:
18
+ # https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime
17
19
- name : QnnSDKVersion
18
20
displayName : QNN SDK Version
19
21
type : string
20
- default : ' 2.33.2.250410 '
22
+ default : ' 2.33.0.250327 '
21
23
22
24
- name : enableWebGpu
23
25
displayName : Enable WebGPU test
Original file line number Diff line number Diff line change @@ -48,10 +48,12 @@ parameters:
48
48
type : string
49
49
default : ' '
50
50
51
+ # Do not update this to a version that does not exist for the qnn-runtime Maven package:
52
+ # https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime
51
53
- name : QnnSDKVersion
52
54
displayName : QNN SDK Version
53
55
type : string
54
- default : ' 2.33.2.250410 '
56
+ default : ' 2.33.0.250327 '
55
57
56
58
- name : is1ES
57
59
displayName : Is 1ES pipeline
Original file line number Diff line number Diff line change @@ -42,10 +42,12 @@ parameters:
42
42
type : string
43
43
default : ' 0'
44
44
45
+ # Do not update this to a version that does not exist for the qnn-runtime Maven package:
46
+ # https://mvnrepository.com/artifact/com.qualcomm.qti/qnn-runtime
45
47
- name : QnnSDKVersion
46
48
displayName : QNN SDK Version
47
49
type : string
48
- default : 2.33.2.250410
50
+ default : 2.33.0.250327
49
51
50
52
- name : is1ES
51
53
displayName : Is 1ES pipeline
You can’t perform that action at this time.
0 commit comments