File tree 6 files changed +6
-6
lines changed
api-usage_inference-session
quick-start_onnxruntime-node
quick-start_onnxruntime-node-bundler
quick-start_onnxruntime-web-bundler
6 files changed +6
-6
lines changed 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.14 .0"
8
+ "onnxruntime-node" : " ^1.15 .0"
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.14 .0"
7
+ "onnxruntime-node" : " ^1.15 .0"
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.16.0-dev.20230508-045c623415 " ,
15
+ "onnxruntime-web" : " ^1.15.0 " ,
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.14 .0"
11
+ "onnxruntime-node" : " ^1.15 .0"
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.14 .0"
8
+ "onnxruntime-node" : " ^1.15 .0"
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.14 .0"
7
+ "onnxruntime-web" : " ^1.15 .0"
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