Skip to content

Commit 2c3343f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution-providers/CoreML-ExecutionProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Enable CoreML EP to run on a subgraph in the body of a control flow operator (i.
129129
- `1`: Use low precision data(float16) to accumulate data.
130130

131131
`ModelCachePath`: The path to the directory where the Core ML model cache is stored. CoreML EP will compile the captured subgraph to CoreML format graph and saved to disk.
132-
For the same model, if caching is not enabled, CoreML EP will do the compiling and saving to disk every time, this may cost some time(even minutes) for complicated model. By passing a cache path and a model hash (which is different for different model), CoreML format model can be reused.(Cache disbled by default).
132+
For the given model, if caching is not enabled, CoreML EP will compile and save to disk every time, which may cost significant time (even minutes) for a complicated model. By providing a cache path the CoreML format model can be reused. (Cache disbled by default).
133133
- `""` : Disable cache. (empty string by default)
134134
- `"/path/to/cache"` : Enable cache. (path to cache directory, will be created if not exist)
135135

0 commit comments

Comments
 (0)