File tree 9 files changed +9
-19
lines changed
c_sharp/image_classification
api-usage_inference-session
quick-start_onnxruntime-node
quick-start_onnxruntime-node-bundler
quick-start_onnxruntime-web-bundler
9 files changed +9
-19
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
19
19
- name : ' ortversion'
20
20
displayName : ' ONNX Runtime Version'
21
21
type : string
22
- default : ' 1.15.0 '
22
+ default : ' 1.15.1 '
23
23
24
24
variables :
25
25
CDP_DEFINITION_BUILD_COUNT : $[counter('', 0)]
@@ -53,13 +53,8 @@ extends:
53
53
globalSdl :
54
54
tsa :
55
55
enabled : true
56
- prefast :
57
- enabled : true
58
56
binskim :
59
57
break : true # always break the build on binskim issues in addition to TSA upload
60
- codeql :
61
- python :
62
- enabled : true
63
58
policheck :
64
59
break : true # always break the build on policheck issues. You can disable it by setting to 'false'
65
60
exclusionsFile : ' $(REPOROOT)\ci_build\policheck_exclusions.xml'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
19
19
- name : ' ortversion'
20
20
displayName : ' ONNX Runtime Version'
21
21
type : string
22
- default : ' 1.15.0 '
22
+ default : ' 1.15.1 '
23
23
24
24
variables :
25
25
CDP_DEFINITION_BUILD_COUNT : $[counter('', 0)]
@@ -53,13 +53,8 @@ extends:
53
53
globalSdl :
54
54
tsa :
55
55
enabled : false
56
- prefast :
57
- enabled : true
58
56
binskim :
59
57
break : true # always break the build on binskim issues in addition to TSA upload
60
- codeql :
61
- python :
62
- enabled : true
63
58
policheck :
64
59
break : true # always break the build on policheck issues. You can disable it by setting to 'false'
65
60
exclusionsFile : ' $(REPOROOT)\ci_build\policheck_exclusions.xml'
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.ML.OnnxRuntime" Version =" 1.15.0 " />
9
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime" Version =" 1.15.1 " />
10
10
<PackageReference Include =" SixLabors.ImageSharp" Version =" 2.1.1" />
11
11
</ItemGroup >
12
12
Original file line number Diff line number Diff line change 5
5
"description" : " This example is a demonstration of basic usage of InferenceSession." ,
6
6
"main" : " index.js" ,
7
7
"dependencies" : {
8
- "onnxruntime-node" : " ^1.15.0 "
8
+ "onnxruntime-node" : " ^1.15.1 "
9
9
}
10
10
}
Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"description" : " This example is a demonstration of basic usage of Tensor." ,
6
6
"dependencies" : {
7
- "onnxruntime-node" : " ^1.15.0 "
7
+ "onnxruntime-node" : " ^1.15.1 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"copy-webpack-plugin" : " ^11.0.0" ,
15
- "onnxruntime-web" : " ^1.15.0 " ,
15
+ "onnxruntime-web" : " ^1.15.1 " ,
16
16
"webpack" : " ^5.82.1" ,
17
17
"webpack-cli" : " ^5.1.1"
18
18
}
Original file line number Diff line number Diff line change 8
8
"dev" : " webpack --config ./webpack.config.js --mode development"
9
9
},
10
10
"dependencies" : {
11
- "onnxruntime-node" : " ^1.15.0 "
11
+ "onnxruntime-node" : " ^1.15.1 "
12
12
},
13
13
"devDependencies" : {
14
14
"copy-webpack-plugin" : " ^8.1.1" ,
Original file line number Diff line number Diff line change 5
5
"description" : " This example is a demonstration of basic usage of ONNX Runtime Node.js binding." ,
6
6
"main" : " index.js" ,
7
7
"dependencies" : {
8
- "onnxruntime-node" : " ^1.15.0 "
8
+ "onnxruntime-node" : " ^1.15.1 "
9
9
}
10
10
}
Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"description" : " This example is a demonstration of basic usage of ONNX Runtime Web using a bundler." ,
6
6
"dependencies" : {
7
- "onnxruntime-web" : " ^1.15.0 "
7
+ "onnxruntime-web" : " ^1.15.1 "
8
8
},
9
9
"devDependencies" : {
10
10
"copy-webpack-plugin" : " ^8.1.1" ,
You can’t perform that action at this time.
0 commit comments