Skip to content

Commit e29ef9c

Browse files
authored
Missing curly bracket (#105)
Models won't load
1 parent 90c0965 commit e29ef9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ configuration as shown below.
151151
optimization { execution_accelerators {
152152
cpu_execution_accelerator : [ {
153153
name : "openvino"
154-
]
154+
} ]
155155
}}
156156
.
157157
.
@@ -189,4 +189,4 @@ When intra and inter op threads is set to 0 or a value higher than 1, by default
189189

190190
```
191191
--backend-config=onnxruntime,enable-global-threadpool=<0,1>, --backend-config=onnxruntime,intra_op_thread_count=<int> , --backend-config=onnxruntime,inter_op_thread_count=<int>
192-
```
192+
```

0 commit comments

Comments
 (0)