File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Download from the CDN.
3939
4040``` HTML
4141<script type =" module" >
42- import dam from ' https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.22 .0/lib/index.min.js' ;
42+ import dam from ' https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.23 .0/lib/index.min.js' ;
4343 // Do something
4444 </script >
4545```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default class ONNXExporter {
1414 static createONNXModel ( ) {
1515 const model = new onnx . ModelProto ( )
1616 model . setProducerName ( 'ai-on-browser/data-analysis-models' )
17- model . setProducerVersion ( '0.22 .0' )
17+ model . setProducerVersion ( '0.23 .0' )
1818 model . setIrVersion ( 9 )
1919
2020 const opsetImport = new onnx . OperatorSetIdProto ( )
Original file line number Diff line number Diff line change 11{
22 "name" : " @ai-on-browser/data-analysis-models" ,
3- "version" : " 0.22 .0" ,
3+ "version" : " 0.23 .0" ,
44 "description" : " Data analysis model package without any dependencies" ,
55 "type" : " module" ,
66 "main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments