Skip to content

Commit 5b6f261

Browse files
wejoncyskottmckay
andauthored
Update docs/execution-providers/CoreML-ExecutionProvider.md
Co-authored-by: Scott McKay <skottmckay@gmail.com>
1 parent 2b29ed7 commit 5b6f261

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/execution-providers/CoreML-ExecutionProvider.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ cache_key = m.metadata_props.add()
155155
cache_key.key = CACHE_KEY_NAME
156156
cache_key.value = str(hash_file(model_path))
157157

158-
for entry in m.metadata_props:
159-
print(entry) # to verify the metadata
160158
onnx.save_model(m, model_path)
161159
```
162160

0 commit comments

Comments
 (0)