File tree 3 files changed +3
-3
lines changed
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.
39
39
40
40
``` HTML
41
41
<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' ;
43
43
// Do something
44
44
</script >
45
45
```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default class ONNXExporter {
14
14
static createONNXModel ( ) {
15
15
const model = new onnx . ModelProto ( )
16
16
model . setProducerName ( 'ai-on-browser/data-analysis-models' )
17
- model . setProducerVersion ( '0.22 .0' )
17
+ model . setProducerVersion ( '0.23 .0' )
18
18
model . setIrVersion ( 9 )
19
19
20
20
const opsetImport = new onnx . OperatorSetIdProto ( )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ai-on-browser/data-analysis-models" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"description" : " Data analysis model package without any dependencies" ,
5
5
"type" : " module" ,
6
6
"main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments