Skip to content

Commit 9048ff3

Browse files
authored
Update backends-coreml.md
1 parent df0d874 commit 9048ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/backends-coreml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ This happens because the model is in FP16, but CoreML interprets some of the arg
203203
2. coremltools/converters/mil/backend/mil/load.py", line 499, in export
204204
raise RuntimeError("BlobWriter not loaded")
205205

206-
If you're using Python 3.13, try reducing your python version to Python 3.12. coremltools does not support Python 3.13.
206+
If you're using Python 3.13, try reducing your python version to Python 3.12. coremltools does not support Python 3.13, see this [issue](https://github.com/apple/coremltools/issues/2487).

0 commit comments

Comments
 (0)