Skip to content

Commit 210ae63

Browse files
committed
update chars limit
1 parent a66a473 commit 210ae63

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
@@ -140,7 +140,7 @@ For the given model, if caching is not enabled, CoreML EP will compile and save
140140

141141
The cached information for the model is stored under a model hash in the cache directory. There are three ways the hash may be calculated, in order of preference.
142142

143-
1. Read from the model metadata_props. This provides the user a way to directly control the hash, and is the recommended usage. The cache key should satisfy that, (1) The value must only contain alphanumeric characters. (2) len(value) < 32. EP will re-hash the cache-key to satisfy these conditions.
143+
1. Read from the model metadata_props. This provides the user a way to directly control the hash, and is the recommended usage. The cache key should satisfy that, (1) The value must only contain alphanumeric characters. (2) len(value) < 64. EP will re-hash the cache-key to satisfy these conditions.
144144
2. Hash of the model url the inference session was created with.
145145
3. Hash of the graph inputs and node outputs if the inference session was created with in memory bytes (i.e. there was no model path).
146146

0 commit comments

Comments
 (0)