From 8bf942c2f0b2971f931a511302ab58c34bf12e24 Mon Sep 17 00:00:00 2001 From: jspablo Date: Mon, 14 Mar 2022 23:34:39 +0100 Subject: [PATCH] Missing curly bracket Models won't load --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a0a6bb..2e8ffb9 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ configuration as shown below. optimization { execution_accelerators { cpu_execution_accelerator : [ { name : "openvino" - ] + } ] }} . . @@ -186,4 +186,4 @@ When intra and inter op threads is set to 0 or a value higher than 1, by default ``` --backend-config=onnxruntime,enable-global-threadpool=<0,1>, --backend-config=onnxruntime,intra_op_thread_count= , --backend-config=onnxruntime,inter_op_thread_count= -``` \ No newline at end of file +```